Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -94,6 +94,7 @@ iface = gr.Interface(
|
|
94 |
"html",
|
95 |
css="""
|
96 |
.message {background-color:cornflowerblue;color:white; padding:4px;margin:4px;border-radius:4px; }
|
|
|
97 |
""",
|
98 |
title="Reading/writing to a HuggingFace dataset repo from Spaces",
|
99 |
description=f"This is a demo of how to do simple *shared data persistence* in a Gradio Space, backed by a dataset repo.",
|
|
|
94 |
"html",
|
95 |
css="""
|
96 |
.message {background-color:cornflowerblue;color:white; padding:4px;margin:4px;border-radius:4px; }
|
97 |
+
.footer {visibility: hidden}
|
98 |
""",
|
99 |
title="Reading/writing to a HuggingFace dataset repo from Spaces",
|
100 |
description=f"This is a demo of how to do simple *shared data persistence* in a Gradio Space, backed by a dataset repo.",
|