Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -306,7 +306,7 @@ def handle_chat(prompt, user_input, teapot_ai):
|
|
306 |
|
307 |
def suggestion_button(user_prompt, suggestion_text, teapot_ai):
|
308 |
if st.button(suggestion_text):
|
309 |
-
handle_chat(user_prompt,
|
310 |
|
311 |
|
312 |
def main():
|
|
|
306 |
|
307 |
def suggestion_button(user_prompt, suggestion_text, teapot_ai):
|
308 |
if st.button(suggestion_text):
|
309 |
+
handle_chat(user_prompt, suggestion_text, teapot_ai)
|
310 |
|
311 |
|
312 |
def main():
|