ajithavijayan commited on
Commit
5fc4de9
·
1 Parent(s): 51f10d0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -6,8 +6,8 @@ from PIL import Image
6
  import pickle
7
 
8
 
9
- st.header('Demo')
10
- task = st.selectbox('Select Task', ["Select One",'Sentiment Classification', 'Tumor Detection'])
11
 
12
 
13
  if task == "Tumor Detection":
 
6
  import pickle
7
 
8
 
9
+ st.header('Celebrity Classification')
10
+ task = st.selectbox('Select Task', ['Sentiment Classification', 'Tumor Detection'])
11
 
12
 
13
  if task == "Tumor Detection":