Update app.py
Browse files
app.py
CHANGED
@@ -143,7 +143,7 @@ def run_and_submit_all( profile: gr.OAuthProfile | None):
|
|
143 |
# --- Build Gradio Interface using Blocks ---
|
144 |
with gr.Blocks() as demo:
|
145 |
gr.Markdown("# Basic Agent Evaluation Runner")
|
146 |
-
|
147 |
"""
|
148 |
**Instructions:**
|
149 |
|
|
|
143 |
# --- Build Gradio Interface using Blocks ---
|
144 |
with gr.Blocks() as demo:
|
145 |
gr.Markdown("# Basic Agent Evaluation Runner")
|
146 |
+
gr.Markdown(
|
147 |
"""
|
148 |
**Instructions:**
|
149 |
|