davanstrien HF staff commited on
Commit
95f663e
1 Parent(s): df041bd

Update dataset card instructions

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -210,7 +210,7 @@ with gr.Blocks(theme=gr.themes.Base()) as demo:
210
  [result],
211
  )
212
  gr.Markdown(
213
- """Once you have migrated your dataset you can find it at [https://huggingface.co/datasets/<your-username>/<your-dataset-name>](https://huggingface.co/datasets/<your-username>/<your-dataset-name>). You should also add a dataset card for your dataset to help people discover and understand your dataset. You can find instructions for creating a dataset card [here](https://huggingface.co/docs/datasets/dataset_card).
214
  If you have any questions or feedback feel free to reach out to us on using the [Discussion tab](https://huggingface.co/spaces/librarian-bots/github-to-huggingface-dataset-migration-tool/discussions/1)"""
215
  )
216
 
 
210
  [result],
211
  )
212
  gr.Markdown(
213
+ """You should add a dataset card for your dataset to help people discover and understand your dataset. You can find instructions for creating a dataset card [here](https://huggingface.co/docs/datasets/dataset_card).
214
  If you have any questions or feedback feel free to reach out to us on using the [Discussion tab](https://huggingface.co/spaces/librarian-bots/github-to-huggingface-dataset-migration-tool/discussions/1)"""
215
  )
216