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