Sam Armstrong commited on
Commit
64156c6
·
1 Parent(s): 5e23a92
Files changed (1) hide show
  1. app.py +1 -1
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="75vh"), # 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>"
 
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>"