Wauplin HF staff commited on
Commit
44a9fb9
1 Parent(s): e0c1290

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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](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 = """
 
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 = """