Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -70,7 +70,7 @@ col1, col2 = st.columns([3,1]) # [3,1]
|
|
70 |
|
71 |
with col1:
|
72 |
image = Image.open('base.jpg')
|
73 |
-
show = st.image(image, use_column_width=True)
|
74 |
|
75 |
|
76 |
|
|
|
70 |
|
71 |
with col1:
|
72 |
image = Image.open('base.jpg')
|
73 |
+
show = st.image(image, , width=400) #use_column_width=True)
|
74 |
|
75 |
|
76 |
|