Shakir60 commited on
Commit
80c792f
·
verified ·
1 Parent(s): 598b1e5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -240,7 +240,7 @@ def main():
240
  col1, col2 = st.columns([1, 1])
241
 
242
  with col1:
243
- st.image(image, caption="Uploaded Structure", use_column_width=True)
244
 
245
  with col2:
246
  with st.spinner("🔍 Analyzing damage..."):
 
240
  col1, col2 = st.columns([1, 1])
241
 
242
  with col1:
243
+ st.image(image, caption="Uploaded Structure", use_container_width =True)
244
 
245
  with col2:
246
  with st.spinner("🔍 Analyzing damage..."):