Srj-ai commited on
Commit
3af43b0
·
verified ·
1 Parent(s): dae3531

changed model to moonshotai

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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,