Spaces:
Sleeping
Sleeping
Sam Armstrong commited on
Commit ·
64156c6
1
Parent(s): 5e23a92
derf
Browse files
app.py
CHANGED
|
@@ -79,7 +79,7 @@ iface = gr.Interface(
|
|
| 79 |
gr.Textbox(label="Enter a Question for Debate"),
|
| 80 |
gr.Slider(minimum=1, maximum=20, step=1, value=10, label="Number of Rounds")
|
| 81 |
],
|
| 82 |
-
outputs=gr.Chatbot(label="Debate Transcript", type="messages", height="
|
| 83 |
live=False,
|
| 84 |
title="Republican vs. Democrat Debate",
|
| 85 |
description="<p style=\"font-size: 18px\">Enter a question, and watch as a Republican and a Democrat LLM agent engage in a short debate.<br><br>"
|
|
|
|
| 79 |
gr.Textbox(label="Enter a Question for Debate"),
|
| 80 |
gr.Slider(minimum=1, maximum=20, step=1, value=10, label="Number of Rounds")
|
| 81 |
],
|
| 82 |
+
outputs=gr.Chatbot(label="Debate Transcript", type="messages", height="60vh"), # Use 'messages' format
|
| 83 |
live=False,
|
| 84 |
title="Republican vs. Democrat Debate",
|
| 85 |
description="<p style=\"font-size: 18px\">Enter a question, and watch as a Republican and a Democrat LLM agent engage in a short debate.<br><br>"
|