Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -833,7 +833,7 @@ css = """
|
|
833 |
|
834 |
with gr.Blocks(css=css) as demo:
|
835 |
|
836 |
-
|
837 |
|
838 |
|
839 |
with gr.Column(elem_id="col-container"):
|
|
|
833 |
|
834 |
with gr.Blocks(css=css) as demo:
|
835 |
|
836 |
+
state = gr.State(get_empty_state())
|
837 |
|
838 |
|
839 |
with gr.Column(elem_id="col-container"):
|