Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
|
@@ -84,7 +84,7 @@ css = """
|
|
| 84 |
|
| 85 |
|
| 86 |
# Create the interface
|
| 87 |
-
with gr.Blocks(
|
| 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]))
|