pat229988 commited on
Commit
86ac455
1 Parent(s): 03869a1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -89,7 +89,7 @@ uploaded_file = st.file_uploader("", type=['jpg','png','jpeg'])
89
  pred_flag = False
90
  def main():
91
  st.label_visibility='collapse'
92
- st.title("diabetic ratinopathy Prediction")
93
  if uploaded_file is not None:
94
  image = Image.open(uploaded_file)
95
  st.markdown('<p style="text-align: center;"><label>Image : </label></p>',unsafe_allow_html=True)
 
89
  pred_flag = False
90
  def main():
91
  st.label_visibility='collapse'
92
+ st.title("Diabetic Retinopathy Prediction")
93
  if uploaded_file is not None:
94
  image = Image.open(uploaded_file)
95
  st.markdown('<p style="text-align: center;"><label>Image : </label></p>',unsafe_allow_html=True)