Sayed121 commited on
Commit
144e3ff
·
1 Parent(s): f51c6c3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -155,7 +155,7 @@ def sample_images():
155
  st.write(text_input)
156
 
157
  # Display prediction result
158
- st.subheader(f"Prediction Result for {"Example Image"}:")
159
  st.write(prediction_result)
160
 
161
  def upload_image():
 
155
  st.write(text_input)
156
 
157
  # Display prediction result
158
+ st.subheader(f"Prediction Result:")
159
  st.write(prediction_result)
160
 
161
  def upload_image():