sjw commited on
Commit
9d07f10
·
1 Parent(s): 8e229a3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -73,7 +73,7 @@ iface = gr.Interface(
73
  ],
74
  "html",
75
  css="""
76
- .message {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.",
 
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.",