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 demo comes as a pair with this guide. If you need more technical details, please refer to it.
|
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 demo comes as a pair [with this guide](https://huggingface.co/docs/huggingface_hub/main/en/guides/upload#scheduled-uploads). If you need more technical details, please refer to it.
|
32 |
"""
|
33 |
|
34 |
JSON_DEMO_EXPLANATION = """
|