lvwerra HF staff commited on
Commit
f9590db
1 Parent(s): c2726bd

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
  html_output = gr.HTML(value=update_notebook_display(create_base_notebook([])[0]))
90
  with gr.Row():
 
84
 
85
 
86
  # Create the interface
87
+ with gr.Blocks() as demo:
88
  state = gr.State(value=[])
89
  html_output = gr.HTML(value=update_notebook_display(create_base_notebook([])[0]))
90
  with gr.Row():