iDrops commited on
Commit
2a27bc2
·
verified ·
1 Parent(s): f5734a5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -33,7 +33,7 @@ def input_image_setup(uploaded_file):
33
  else:
34
  raise FileNotFoundError("No file uploaded")
35
 
36
- st.title("Hackaton DemoGround🍔")
37
  st.text("Upload food image here:")
38
 
39
  upload_file = st.file_uploader('',type=['jpg','jpeg','png'])
 
33
  else:
34
  raise FileNotFoundError("No file uploaded")
35
 
36
+ st.title("Allergen analysis and Recommendation🍔")
37
  st.text("Upload food image here:")
38
 
39
  upload_file = st.file_uploader('',type=['jpg','jpeg','png'])