4rtemi5 commited on
Commit
94e7a7b
1 Parent(s): cc47bdc

Fix streamlit columns

Browse files
Files changed (1) hide show
  1. image2text.py +1 -1
image2text.py CHANGED
@@ -34,7 +34,7 @@ def app():
34
 
35
  MAX_CAP = 4
36
 
37
- col1, col2 = st.columns([3, 1])
38
 
39
  with col2:
40
  captions_count = st.selectbox(
 
34
 
35
  MAX_CAP = 4
36
 
37
+ col1, col2 = st.columns([0.75, 0.25])
38
 
39
  with col2:
40
  captions_count = st.selectbox(