Update app.py
Browse files
app.py
CHANGED
|
@@ -152,15 +152,11 @@ with gr.Blocks() as demo:
|
|
| 152 |
"""
|
| 153 |
**Instructions:**
|
| 154 |
|
| 155 |
-
1.
|
| 156 |
-
|
| 157 |
-
|
| 158 |
-
|
| 159 |
-
|
| 160 |
-
| `GOOGLE_API_KEY` | Your Google Gemini API Key |
|
| 161 |
-
| `TAVILY_API_KEY` | *(optional)* Tavily search key |
|
| 162 |
-
2. Log in to your Hugging Face account using the button below. This uses your HF username for submission.
|
| 163 |
-
3. Click 'Run Evaluation & Submit All Answers' to fetch questions, run your agent, submit answers, and see the score.
|
| 164 |
|
| 165 |
---
|
| 166 |
**Disclaimers:**
|
|
|
|
| 152 |
"""
|
| 153 |
**Instructions:**
|
| 154 |
|
| 155 |
+
1. You have to set up SUPABASE (create new project -> import |`dataset.csv`| -> copy your | `SUPABASE_URL` |, | `SUPABASE_SERVICE_KEY` |).
|
| 156 |
+
2. Please clone this space, then Set Environment Variables: | `SUPABASE_URL` |, | `SUPABASE_SERVICE_KEY` |,
|
| 157 |
+
| `GOOGLE_API_KEY` |, | `TAVILY_API_KEY` |.
|
| 158 |
+
3. Log in to your Hugging Face account using the button below. This uses your HF username for submission.
|
| 159 |
+
4. Click 'Run Evaluation & Submit All Answers' to fetch questions, run your agent, submit answers, and see the score.
|
|
|
|
|
|
|
|
|
|
|
|
|
| 160 |
|
| 161 |
---
|
| 162 |
**Disclaimers:**
|