Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -599,7 +599,7 @@ with gr.Blocks() as demo:
|
|
| 599 |
gr.LoginButton()
|
| 600 |
run_button = gr.Button("Run Evaluation")
|
| 601 |
status_output = gr.Textbox(label="Run Status / Submission Result", lines=4, interactive=False)
|
| 602 |
-
results_table = gr.DataFrame(label="Questions and Agent Answers", wrap=True, interactive=False
|
| 603 |
run_button.click(fn=run_evaluation, outputs=[status_output, results_table], api_name="run_evaluation")
|
| 604 |
|
| 605 |
# App Launch
|
|
|
|
| 599 |
gr.LoginButton()
|
| 600 |
run_button = gr.Button("Run Evaluation")
|
| 601 |
status_output = gr.Textbox(label="Run Status / Submission Result", lines=4, interactive=False)
|
| 602 |
+
results_table = gr.DataFrame(label="Questions and Agent Answers", wrap=True, interactive=False)
|
| 603 |
run_button.click(fn=run_evaluation, outputs=[status_output, results_table], api_name="run_evaluation")
|
| 604 |
|
| 605 |
# App Launch
|