Force rebuild of the app.py file.
Browse files
app.py
CHANGED
|
@@ -159,7 +159,7 @@ def run_and_submit_all( profile: gr.OAuthProfile | None):
|
|
| 159 |
|
| 160 |
# --- Build Gradio Interface using Blocks ---
|
| 161 |
with gr.Blocks() as demo:
|
| 162 |
-
gr.Markdown("# Basic Agent Evaluation Runner (Test #
|
| 163 |
gr.Markdown(
|
| 164 |
"""
|
| 165 |
**Instructions:**
|
|
|
|
| 159 |
|
| 160 |
# --- Build Gradio Interface using Blocks ---
|
| 161 |
with gr.Blocks() as demo:
|
| 162 |
+
gr.Markdown("# Basic Agent Evaluation Runner (Test #3)")
|
| 163 |
gr.Markdown(
|
| 164 |
"""
|
| 165 |
**Instructions:**
|