DOMMETI commited on
Commit
53e4a4f
·
verified ·
1 Parent(s): 07499c5

Update Home.py

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