AKMESSI commited on
Commit
00ddcdd
·
verified ·
1 Parent(s): 43ae76e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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)', use_container_width=True)
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.")