davanstrien HF staff commited on
Commit
f75f6f9
1 Parent(s): 42de873

Update dataset migration instructions and contact information

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -210,7 +210,8 @@ with gr.Blocks(theme=gr.themes.Base()) as demo:
210
  [result],
211
  )
212
  gr.Markdown(
213
- "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)"
 
214
  )
215
 
216
 
 
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
 
217