Spaces:
Running
Running
Update app.py
Browse files
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,
|
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():
|