Spaces:
Sleeping
Sleeping
changed model to moonshotai
Browse files
app.py
CHANGED
|
@@ -200,7 +200,7 @@ with gr.Blocks() as demo:
|
|
| 200 |
|
| 201 |
status_output = gr.Textbox(label="Run Status / Submission Result", lines=5, interactive=False)
|
| 202 |
# Removed max_rows=10 from DataFrame constructor
|
| 203 |
-
results_table = gr.DataFrame(label="Questions and Agent Answers", wrap=True)
|
| 204 |
|
| 205 |
run_button.click(
|
| 206 |
fn=run_and_submit_all,
|
|
|
|
| 200 |
|
| 201 |
status_output = gr.Textbox(label="Run Status / Submission Result", lines=5, interactive=False)
|
| 202 |
# Removed max_rows=10 from DataFrame constructor
|
| 203 |
+
results_table = gr.DataFrame(label="Questions and Agent Answers", wrap=True)
|
| 204 |
|
| 205 |
run_button.click(
|
| 206 |
fn=run_and_submit_all,
|