Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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 |
-
|
| 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")
|