Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -245,4 +245,4 @@ with gr.Blocks() as demo:
|
|
245 |
exit_button.click(end_interview, inputs=state, outputs=[chatbot, state])
|
246 |
clear_button.click(clear_state, outputs=[chatbot, state])
|
247 |
|
248 |
-
demo.launch()
|
|
|
245 |
exit_button.click(end_interview, inputs=state, outputs=[chatbot, state])
|
246 |
clear_button.click(clear_state, outputs=[chatbot, state])
|
247 |
|
248 |
+
demo.launch(ssr=False)
|