Spaces:
Build error
Build error
Arno' Francesco (GDS DS&G) commited on
Commit ·
720c13a
1
Parent(s): 4edbddb
remove env from gitignore
Browse files- .env +1 -0
- .gitignore +0 -1
- app.py +3 -5
.env
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
GEMINI_API_KEY=AIzaSyA7UYtFpPRUwCV0D4fPz1Kg3XqEsSvuxas
|
.gitignore
CHANGED
|
@@ -4,4 +4,3 @@ test.py
|
|
| 4 |
*.png
|
| 5 |
__pycache__/
|
| 6 |
f918266a-b3e0-4914-865d-4faa564f1aef.py
|
| 7 |
-
*.env
|
|
|
|
| 4 |
*.png
|
| 5 |
__pycache__/
|
| 6 |
f918266a-b3e0-4914-865d-4faa564f1aef.py
|
|
|
app.py
CHANGED
|
@@ -216,14 +216,12 @@ def run_and_submit_all( profile: gr.OAuthProfile | None):
|
|
| 216 |
|
| 217 |
# --- Build Gradio Interface using Blocks ---
|
| 218 |
with gr.Blocks() as demo:
|
| 219 |
-
gr.Markdown("#
|
| 220 |
gr.Markdown(
|
| 221 |
"""
|
| 222 |
**Instructions:**
|
| 223 |
-
|
| 224 |
-
|
| 225 |
-
2. Log in to your Hugging Face account using the button below. This uses your HF username for submission.
|
| 226 |
-
3. Click 'Run Evaluation & Submit All Answers' to fetch questions, run your agent, submit answers, and see the score.
|
| 227 |
|
| 228 |
---
|
| 229 |
**Disclaimers:**
|
|
|
|
| 216 |
|
| 217 |
# --- Build Gradio Interface using Blocks ---
|
| 218 |
with gr.Blocks() as demo:
|
| 219 |
+
gr.Markdown("# My Agent Evaluation Runner")
|
| 220 |
gr.Markdown(
|
| 221 |
"""
|
| 222 |
**Instructions:**
|
| 223 |
+
1. Log in to your Hugging Face account using the button below. This uses your HF username for submission.
|
| 224 |
+
2. Click 'Run Evaluation & Submit All Answers' to fetch questions, run your agent, submit answers, and see the score.
|
|
|
|
|
|
|
| 225 |
|
| 226 |
---
|
| 227 |
**Disclaimers:**
|