Spaces:
Build error
Build error
Update Home.py
Browse files
Home.py
CHANGED
|
@@ -93,7 +93,7 @@ if canvas_result.image_data is not None:
|
|
| 93 |
col1, col2 = st.columns(2)
|
| 94 |
|
| 95 |
with col1:
|
| 96 |
-
st.image(canvas_result.image_data, caption="Your Drawing",
|
| 97 |
|
| 98 |
with col2:
|
| 99 |
# Preprocess
|
|
|
|
| 93 |
col1, col2 = st.columns(2)
|
| 94 |
|
| 95 |
with col1:
|
| 96 |
+
st.image(canvas_result.image_data, caption="Your Drawing", use_container_width=True)
|
| 97 |
|
| 98 |
with col2:
|
| 99 |
# Preprocess
|