Spaces:
Runtime error
Runtime error
steveabk6
commited on
Commit
·
eedb762
1
Parent(s):
81917a3
init
Browse files- app.py +2 -1
- requirements.txt +3 -1
app.py
CHANGED
|
@@ -8,6 +8,7 @@ import pandas as pd
|
|
| 8 |
# --- Constants ---
|
| 9 |
DEFAULT_API_URL = "https://agents-course-unit4-scoring.hf.space"
|
| 10 |
|
|
|
|
| 11 |
# --- Basic Agent Definition ---
|
| 12 |
# ----- THIS IS WERE YOU CAN BUILD WHAT YOU WANT ------
|
| 13 |
class BasicAgent:
|
|
@@ -142,7 +143,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:**
|
|
|
|
| 8 |
# --- Constants ---
|
| 9 |
DEFAULT_API_URL = "https://agents-course-unit4-scoring.hf.space"
|
| 10 |
|
| 11 |
+
'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'
|
| 12 |
# --- Basic Agent Definition ---
|
| 13 |
# ----- THIS IS WERE YOU CAN BUILD WHAT YOU WANT ------
|
| 14 |
class BasicAgent:
|
|
|
|
| 143 |
|
| 144 |
# --- Build Gradio Interface using Blocks ---
|
| 145 |
with gr.Blocks() as demo:
|
| 146 |
+
gr.Markdown("# Basic Agent Evaluation Runner Steve")
|
| 147 |
gr.Markdown(
|
| 148 |
"""
|
| 149 |
**Instructions:**
|
requirements.txt
CHANGED
|
@@ -1,2 +1,4 @@
|
|
| 1 |
gradio
|
| 2 |
-
requests
|
|
|
|
|
|
|
|
|
| 1 |
gradio
|
| 2 |
+
requests
|
| 3 |
+
gradio[oauth]
|
| 4 |
+
itsdangerous
|