davanstrien HF staff commited on
Commit
3357a3b
1 Parent(s): 2ae53f8

chore: Add link to iframe viewer documentation in app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -89,6 +89,7 @@ try:
89
  1. Duplicate this space
90
  2. In your duplicated space, set the `COLLECTION_SLUG_OR_URL` environment variable to your desired collection ID or URL
91
  3. Your new space will then display datasets from your chosen collection!
 
92
  """)
93
  left_btn.click(
94
  navigate_dataset,
 
89
  1. Duplicate this space
90
  2. In your duplicated space, set the `COLLECTION_SLUG_OR_URL` environment variable to your desired collection ID or URL
91
  3. Your new space will then display datasets from your chosen collection!
92
+ Checkout the [docs](https://huggingface.co/docs/hub/datasets-viewer-embed) for other ways to use the iframe viewer.
93
  """)
94
  left_btn.click(
95
  navigate_dataset,