Update app.py
Browse files
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.
|
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 |
|