lvwerra HF staff commited on
Commit
99e0468
·
verified ·
1 Parent(s): 3b5590f

Update app.py

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