zakerytclarke commited on
Commit
36e520e
·
verified ·
1 Parent(s): 39906fe

Update app.py

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