Update app.py
Browse files
app.py
CHANGED
|
@@ -28,7 +28,7 @@ When doing so, a few things must be taken care of: file formats, concurrent writ
|
|
| 28 |
number of files,... The tabs below shows different ways of implementing a "save to dataset" feature. Depending on the
|
| 29 |
complexity and usage of your app, you might want to use one or the other.
|
| 30 |
|
| 31 |
-
This Space
|
| 32 |
"""
|
| 33 |
|
| 34 |
JSON_DEMO_EXPLANATION = """
|
|
|
|
| 28 |
number of files,... The tabs below shows different ways of implementing a "save to dataset" feature. Depending on the
|
| 29 |
complexity and usage of your app, you might want to use one or the other.
|
| 30 |
|
| 31 |
+
This Space comes as a demo for this `huggingface_hub` guide: https://huggingface.co/docs/huggingface_hub/main/en/guides/upload#scheduled-uploads. Please check it out if you need more technical details.
|
| 32 |
"""
|
| 33 |
|
| 34 |
JSON_DEMO_EXPLANATION = """
|