ahmadalfian commited on
Commit
edfe582
·
verified ·
1 Parent(s): 05b0454

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -192,7 +192,7 @@ def prediction():
192
  st.image(image, caption='Uploaded Image', width=250)
193
 
194
  with col2:
195
- st.write(f"**Prediction**: {food_name.capitalize()}")
196
  st.write(f"**Confidence**: {confidence:.4f}")
197
 
198
  def contact():
 
192
  st.image(image, caption='Uploaded Image', width=250)
193
 
194
  with col2:
195
+ st.write(f"**Prediction**: {predicted.capitalize()}")
196
  st.write(f"**Confidence**: {confidence:.4f}")
197
 
198
  def contact():