julien-c HF staff commited on
Commit
b655abc
1 Parent(s): c0cdbaa

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -80,7 +80,7 @@ iface = gr.Interface(
80
  """,
81
  title="Reading/writing to a HuggingFace dataset repo from Spaces",
82
  description=f"This is a demo of how to do simple *shared data persistence* in a Gradio Space, backed by a dataset repo.",
83
- article=f"The dataset repo is [{DATASET_REPO_URL}]({DATASET_REPO_URL})",
84
  )
85
 
86
  iface.launch()
80
  """,
81
  title="Reading/writing to a HuggingFace dataset repo from Spaces",
82
  description=f"This is a demo of how to do simple *shared data persistence* in a Gradio Space, backed by a dataset repo.",
83
+ article=f"The dataset repo is [{DATASET_REPO_URL}]({DATASET_REPO_URL}) (open in new tab)",
84
  )
85
 
86
  iface.launch()