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