Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -336,7 +336,7 @@ def main():
|
|
336 |
choice2 = random.choice(list2)
|
337 |
choice3 = random.choice(list3)
|
338 |
|
339 |
-
s1, s2, s3 = st.columns([1,
|
340 |
|
341 |
with s1:
|
342 |
user_input = suggestion_button(choice1) or user_input
|
|
|
336 |
choice2 = random.choice(list2)
|
337 |
choice3 = random.choice(list3)
|
338 |
|
339 |
+
s1, s2, s3 = st.columns([1, 1, 1])
|
340 |
|
341 |
with s1:
|
342 |
user_input = suggestion_button(choice1) or user_input
|