Spaces:
Sleeping
Sleeping
Update streamlit_app.py
Browse files- streamlit_app.py +1 -1
streamlit_app.py
CHANGED
|
@@ -211,7 +211,7 @@ if ready_to_diagnose:
|
|
| 211 |
|
| 212 |
with col_right:
|
| 213 |
if uploaded_file:
|
| 214 |
-
st.image(uploaded_file, caption="Uploaded Image",
|
| 215 |
else:
|
| 216 |
st.info("📸 Upload a dashboard warning light image to get started")
|
| 217 |
|
|
|
|
| 211 |
|
| 212 |
with col_right:
|
| 213 |
if uploaded_file:
|
| 214 |
+
st.image(uploaded_file, caption="Uploaded Image", width=320)
|
| 215 |
else:
|
| 216 |
st.info("📸 Upload a dashboard warning light image to get started")
|
| 217 |
|