ccml commited on
Commit
148c784
·
1 Parent(s): 43a2615

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
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.",