Dusduo commited on
Commit
5dfbc40
·
1 Parent(s): 3d42b3d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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