Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -135,7 +135,7 @@ with gr.Blocks() as demo:
|
|
135 |
gr.LoginButton()
|
136 |
run_button = gr.Button("Run Evaluation & Submit All Answers")
|
137 |
status_output = gr.Textbox(label="Run Status / Submission Result", lines=5, interactive=False)
|
138 |
-
results_table = gr.DataFrame(label="Questions and Agent Answers", wrap=
|
139 |
|
140 |
run_button.click(
|
141 |
fn=run_and_submit_all,
|
|
|
135 |
gr.LoginButton()
|
136 |
run_button = gr.Button("Run Evaluation & Submit All Answers")
|
137 |
status_output = gr.Textbox(label="Run Status / Submission Result", lines=5, interactive=False)
|
138 |
+
results_table = gr.DataFrame(label="Questions and Agent Answers", wrap=True)
|
139 |
|
140 |
run_button.click(
|
141 |
fn=run_and_submit_all,
|