Jofthomas commited on
Commit
9088b99
·
verified ·
1 Parent(s): 3c4371f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -252,8 +252,8 @@ with gr.Blocks() as demo:
252
 
253
  run_button = gr.Button("Run Evaluation & Submit All Answers")
254
 
255
- status_output = gr.Textbox(label="Run Status / Submission Result", lines=5, interactive=False) # Increased lines
256
- results_table = gr.DataFrame(label="Questions and Agent Answers", wrap=True, max_rows=10) # Added max_rows
257
 
258
  # --- Component Interaction ---
259
  # Use the profile information directly from the LoginButton state (implicitly passed)
 
252
 
253
  run_button = gr.Button("Run Evaluation & Submit All Answers")
254
 
255
+ status_output = gr.Textbox(label="Run Status / Submission Result", lines=5, interactive=False)
256
+ results_table = gr.DataFrame(label="Questions and Agent Answers", wrap=True)
257
 
258
  # --- Component Interaction ---
259
  # Use the profile information directly from the LoginButton state (implicitly passed)