CognitiveScience commited on
Commit
bb90ea7
·
1 Parent(s): a693a61

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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([msg2, chatbot2])
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"])