lvwerra HF staff commited on
Commit
a3b4442
·
verified ·
1 Parent(s): 10c6d44

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -84,7 +84,7 @@ css = """
84
 
85
 
86
  # Create the interface
87
- with gr.Blocks(css=css) as demo:
88
  state = gr.State(value=[])
89
 
90
  html_output = gr.HTML(value=update_notebook_display(create_base_notebook([])[0]))
 
84
 
85
 
86
  # Create the interface
87
+ with gr.Blocks() as demo:
88
  state = gr.State(value=[])
89
 
90
  html_output = gr.HTML(value=update_notebook_display(create_base_notebook([])[0]))