farida5gaber commited on
Commit
e67bb9e
·
verified ·
1 Parent(s): 54d4445

Update streamlit_app.py

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