Spaces:
Sleeping
Sleeping
Update home.py
Browse files
home.py
CHANGED
@@ -17,7 +17,7 @@ with col1:
|
|
17 |
st.write("")
|
18 |
|
19 |
with col2:
|
20 |
-
st.image('image_batik_pipeline.jpg', caption='Graphical Summary of Batik',
|
21 |
|
22 |
with col3:
|
23 |
st.write("")
|
|
|
17 |
st.write("")
|
18 |
|
19 |
with col2:
|
20 |
+
st.image('image_batik_pipeline.jpg', caption='Graphical Summary of Batik', use_container_width=True)
|
21 |
|
22 |
with col3:
|
23 |
st.write("")
|