lvwerra HF staff commited on
Commit
332e429
·
verified ·
1 Parent(s): 5dc4a7f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -68,7 +68,7 @@ css = """
68
 
69
 
70
  # Create the interface
71
- with gr.Blocks() as demo:
72
  state = gr.State(value=[])
73
  html_output = gr.HTML(value=update_notebook_display(create_base_notebook([])[0]))
74
  with gr.Row():
 
68
 
69
 
70
  # Create the interface
71
+ with gr.Blocks(css=css) as demo:
72
  state = gr.State(value=[])
73
  html_output = gr.HTML(value=update_notebook_display(create_base_notebook([])[0]))
74
  with gr.Row():