ryanrwatkins commited on
Commit
e35594e
1 Parent(s): 4f009dc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -833,7 +833,7 @@ css = """
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"):
 
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"):