Aleenaben commited on
Commit
58b7751
1 Parent(s): 8a48600

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -131,7 +131,7 @@ def lstm_model():
131
 
132
 
133
  st.title('Prediction Model')
134
- option = st.selectbox("Select One",['Tumor Detection','Sentiment Classification'])
135
 
136
  if option=='Tumor Detection':
137
  st.title('CNN Tumor Detection Model')
 
131
 
132
 
133
  st.title('Prediction Model')
134
+ option = st.selectbox("Select task",['Tumor Detection','Sentiment Classification'])
135
 
136
  if option=='Tumor Detection':
137
  st.title('CNN Tumor Detection Model')