Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
@@ -73,7 +73,7 @@ iface = gr.Interface(
|
|
73 |
],
|
74 |
"html",
|
75 |
css="""
|
76 |
-
.
|
77 |
""",
|
78 |
title="Reading/writing to a HuggingFace dataset repo from Spaces",
|
79 |
description=f"This is a demo of how to do simple *shared data persistence* in a Gradio Space, backed by a dataset repo.",
|
|
|
73 |
],
|
74 |
"html",
|
75 |
css="""
|
76 |
+
.name {background-color:cornflowerblue;color:white; padding:4px;margin:4px;border-radius:4px; }
|
77 |
""",
|
78 |
title="Reading/writing to a HuggingFace dataset repo from Spaces",
|
79 |
description=f"This is a demo of how to do simple *shared data persistence* in a Gradio Space, backed by a dataset repo.",
|