Hyeonseo commited on
Commit
fc19eac
·
verified ·
1 Parent(s): 6364fa2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -0
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