Sebbe33 commited on
Commit
66952ef
·
verified ·
1 Parent(s): ec744df

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -85,7 +85,7 @@ if uploaded_file and st.button("Analyze"):
85
 
86
  st.image(annotated,
87
  caption=f"Detected {len(boxes)} text regions",
88
- use_column_width=True)
89
 
90
  # Debug section
91
  debug_expander = st.expander("Debug Details")
 
85
 
86
  st.image(annotated,
87
  caption=f"Detected {len(boxes)} text regions",
88
+ use_container_width=True)
89
 
90
  # Debug section
91
  debug_expander = st.expander("Debug Details")