Spaces:
Build error
Build error
Update app.py
Browse files
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
|
| 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
|