aymnsk commited on
Commit
1749d39
·
verified ·
1 Parent(s): 50609fe

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -41,7 +41,7 @@ def chat_with_bots(user_input):
41
  with gr.Blocks(title="BotTalks: Chat with 2 AI Agents") as demo:
42
  gr.Markdown("# 🤖 BotTalks: Chat with 2 AI Friends!\nAsk anything and see how both agents respond.")
43
  input_box = gr.Textbox(label="You", placeholder="Ask something like: How do I reverse a list?", lines=2)
44
- output_box = gr.Textbox(label="Responses", lines=10)
45
 
46
  send_btn = gr.Button("Send")
47
 
 
41
  with gr.Blocks(title="BotTalks: Chat with 2 AI Agents") as demo:
42
  gr.Markdown("# 🤖 BotTalks: Chat with 2 AI Friends!\nAsk anything and see how both agents respond.")
43
  input_box = gr.Textbox(label="You", placeholder="Ask something like: How do I reverse a list?", lines=2)
44
+ output_box = gr.Markdown()
45
 
46
  send_btn = gr.Button("Send")
47