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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -151,7 +151,7 @@ def sample_images():
151
  prediction_result = predict(sample_image, text_input)
152
 
153
  # Display input text
154
- st.subheader(f"Input Question for {"Example Image"}:")
155
  st.write(text_input)
156
 
157
  # Display prediction result
 
151
  prediction_result = predict(sample_image, text_input)
152
 
153
  # Display input text
154
+ st.subheader(f"Input Question:")
155
  st.write(text_input)
156
 
157
  # Display prediction result