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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -305,7 +305,7 @@ def handle_chat(user_prompt, user_input, teapot_ai):
305
  return response
306
 
307
  def suggestion_button(suggestion_text):
308
- if st.button(suggestion_text, use_column_width=True):
309
  return suggestion_text
310
 
311
  def main():
 
305
  return response
306
 
307
  def suggestion_button(suggestion_text):
308
+ if st.button(suggestion_text, use_container_width=True):
309
  return suggestion_text
310
 
311
  def main():