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