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