Update app.py
Browse files
app.py
CHANGED
|
@@ -152,7 +152,13 @@ with gr.Blocks() as demo:
|
|
| 152 |
"""
|
| 153 |
**Instructions:**
|
| 154 |
|
| 155 |
-
1. Please clone this space, then
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 156 |
2. Log in to your Hugging Face account using the button below. This uses your HF username for submission.
|
| 157 |
3. Click 'Run Evaluation & Submit All Answers' to fetch questions, run your agent, submit answers, and see the score.
|
| 158 |
|
|
|
|
| 152 |
"""
|
| 153 |
**Instructions:**
|
| 154 |
|
| 155 |
+
1. Please clone this space, then Set Environment Variables, the necessary packages, etc ...
|
| 156 |
+
| Key | Value |
|
| 157 |
+
|-----|-------|
|
| 158 |
+
| `SUPABASE_URL` | Your Supabase URL |
|
| 159 |
+
| `SUPABASE_SERVICE_KEY` | Your Supabase service role key |
|
| 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 |
|