Spaces:
Running
Running
Update app.py
Browse files
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():
|