Update app.py
Browse files
app.py
CHANGED
|
@@ -293,7 +293,7 @@ if uploaded_file is not None and rater_model:
|
|
| 293 |
""", unsafe_allow_html=True)
|
| 294 |
|
| 295 |
st.write("")
|
| 296 |
-
st.image(overlay, caption='Feature Activation Map (Visual Reasoning)',
|
| 297 |
|
| 298 |
if score >= 4.0:
|
| 299 |
st.success("Exceptional features detected. High symmetry and proportion.")
|
|
|
|
| 293 |
""", unsafe_allow_html=True)
|
| 294 |
|
| 295 |
st.write("")
|
| 296 |
+
st.image(overlay, caption='Feature Activation Map (Visual Reasoning)', use_column_width=True)
|
| 297 |
|
| 298 |
if score >= 4.0:
|
| 299 |
st.success("Exceptional features detected. High symmetry and proportion.")
|