Spaces:
Running
Running
Silvia Terragni
commited on
Commit
·
fa00cfe
1
Parent(s):
ab4fce6
fixing column widths
Browse files- text2image.py +1 -1
text2image.py
CHANGED
@@ -136,7 +136,7 @@ def app():
|
|
136 |
]
|
137 |
sugg_idx = -1
|
138 |
|
139 |
-
col1, col2, col3, col4, col5, col6 = st.beta_columns([1, 1, 1, 1, 1.
|
140 |
with col1:
|
141 |
if st.button(suggestions[0]):
|
142 |
sugg_idx = 0
|
|
|
136 |
]
|
137 |
sugg_idx = -1
|
138 |
|
139 |
+
col1, col2, col3, col4, col5, col6 = st.beta_columns([1, 1, 1.2, 1.2, 1.4, 1.4])
|
140 |
with col1:
|
141 |
if st.button(suggestions[0]):
|
142 |
sugg_idx = 0
|