Commit
·
df041bd
1
Parent(s):
f75f6f9
Update dataset migration instructions
Browse files
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 |
+
"""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 |
|