AswinPJaison commited on
Commit
737fbd9
·
verified ·
1 Parent(s): 5669c10

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -29,7 +29,7 @@ def tumor_detection(img, model):
29
  return "Tumor Detected" if res else "No Tumor"
30
 
31
  # Streamlit App
32
- st.title("Deep Prediction Hub")
33
 
34
  # Choose between tasks
35
  task = st.radio("Select Task", ("Sentiment Classification", "Tumor Detection"))
 
29
  return "Tumor Detected" if res else "No Tumor"
30
 
31
  # Streamlit App
32
+ st.title("Deep Learning Predictions")
33
 
34
  # Choose between tasks
35
  task = st.radio("Select Task", ("Sentiment Classification", "Tumor Detection"))