Force rebuild.
Browse files
app.py
CHANGED
@@ -209,7 +209,7 @@ def run_and_submit_all(profile: gr.OAuthProfile | None):
|
|
209 |
|
210 |
# --- Build Gradio Interface using Blocks ---
|
211 |
with gr.Blocks() as demo:
|
212 |
-
gr.Markdown("# Basic Agent Evaluation Runner #")
|
213 |
gr.Markdown(
|
214 |
"""
|
215 |
**Instructions:**
|
|
|
209 |
|
210 |
# --- Build Gradio Interface using Blocks ---
|
211 |
with gr.Blocks() as demo:
|
212 |
+
gr.Markdown("# Basic Agent Evaluation Runner (Attempt #1)")
|
213 |
gr.Markdown(
|
214 |
"""
|
215 |
**Instructions:**
|