Trial and error.
Browse files
app.py
CHANGED
@@ -197,7 +197,7 @@ def run_and_submit_all(profile: gr.OAuthProfile | None):
|
|
197 |
|
198 |
# --- Build Gradio Interface using Blocks ---
|
199 |
with gr.Blocks() as demo:
|
200 |
-
gr.Markdown("# Basic Agent Evaluation Runner")
|
201 |
gr.Markdown(
|
202 |
"""
|
203 |
**Instructions:**
|
|
|
197 |
|
198 |
# --- Build Gradio Interface using Blocks ---
|
199 |
with gr.Blocks() as demo:
|
200 |
+
gr.Markdown("# Basic Agent Evaluation Runner #1")
|
201 |
gr.Markdown(
|
202 |
"""
|
203 |
**Instructions:**
|