Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -234,6 +234,9 @@ To enable Kaggle search, you need to add your Kaggle API credentials as **Reposi
|
|
| 234 |
- `KAGGLE_KEY`: your Kaggle API token (found in the `kaggle.json` file you can download from your Kaggle account)
|
| 235 |
|
| 236 |
Once the secrets are set, you can check the Kaggle box in the UI and search Kaggle datasets directly here.
|
|
|
|
|
|
|
|
|
|
| 237 |
"""
|
| 238 |
)
|
| 239 |
|
|
|
|
| 234 |
- `KAGGLE_KEY`: your Kaggle API token (found in the `kaggle.json` file you can download from your Kaggle account)
|
| 235 |
|
| 236 |
Once the secrets are set, you can check the Kaggle box in the UI and search Kaggle datasets directly here.
|
| 237 |
+
|
| 238 |
+
### Source repository
|
| 239 |
+
- GitHub: https://github.com/hyeonseo2/dataset-search-mcp
|
| 240 |
"""
|
| 241 |
)
|
| 242 |
|