Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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()
|