Deadmon commited on
Commit
a1aed8e
·
verified ·
1 Parent(s): 99236f0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -96,7 +96,7 @@ def remove_back_to_files():
96
  return gr.update(visible=False), gr.update(visible=False), gr.update(visible=True)
97
 
98
  css = '''
99
- h1{margin-bottom: 0 !important}
100
  '''
101
 
102
  with gr.Blocks(css=css) as demo:
 
96
  return gr.update(visible=False), gr.update(visible=False), gr.update(visible=True)
97
 
98
  css = '''
99
+ h1{margin-bottom: 0!important}
100
  '''
101
 
102
  with gr.Blocks(css=css) as demo: