Spaces:
Runtime error
Runtime error
Commit
·
bb90ea7
1
Parent(s):
a693a61
Update app.py
Browse files
app.py
CHANGED
|
@@ -108,7 +108,7 @@ with gr.Blocks() as demo:
|
|
| 108 |
with gr.Column():
|
| 109 |
chatbot3 = gr.Chatbot()
|
| 110 |
msg3 = gr.Textbox()
|
| 111 |
-
clear3 = gr.ClearButton([
|
| 112 |
|
| 113 |
def respond3(message, chat_history):
|
| 114 |
bot_message = random.choice(["How are you3?", "I love you3", "I'm very hungry3"])
|
|
|
|
| 108 |
with gr.Column():
|
| 109 |
chatbot3 = gr.Chatbot()
|
| 110 |
msg3 = gr.Textbox()
|
| 111 |
+
clear3 = gr.ClearButton([msg3, chatbot3])
|
| 112 |
|
| 113 |
def respond3(message, chat_history):
|
| 114 |
bot_message = random.choice(["How are you3?", "I love you3", "I'm very hungry3"])
|