Update app.py
Browse files
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)
|
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)
|
|
|
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)
|