ryanrwatkins commited on
Commit
9ba9505
1 Parent(s): bf107f2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +9 -1
app.py CHANGED
@@ -899,6 +899,14 @@ for i,question in enumerate(questions):
899
 
900
 
901
 
 
 
 
 
 
 
 
 
902
  css = """
903
  #col-container {max-width: 80%; margin-left: auto; margin-right: auto;}
904
  #chatbox {min-height: 400px;}
@@ -911,7 +919,7 @@ css = """
911
 
912
  with gr.Blocks(css=css) as demo:
913
 
914
- state = gr.State(get_empty_state())
915
 
916
 
917
  with gr.Column(elem_id="col-container"):
 
899
 
900
 
901
 
902
+
903
+
904
+
905
+
906
+
907
+
908
+
909
+
910
  css = """
911
  #col-container {max-width: 80%; margin-left: auto; margin-right: auto;}
912
  #chatbox {min-height: 400px;}
 
919
 
920
  with gr.Blocks(css=css) as demo:
921
 
922
+ #state = gr.State(get_empty_state())
923
 
924
 
925
  with gr.Column(elem_id="col-container"):