Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
@@ -843,4 +843,4 @@ with gr.Blocks(theme=THEME) as auth_page:
|
|
843 |
|
844 |
msg.submit(respond, inputs=[msg, chatbot, AGENT_EXECUTOR_VAR], outputs=[msg, chatbot])
|
845 |
|
846 |
-
auth_page.launch(
|
|
|
843 |
|
844 |
msg.submit(respond, inputs=[msg, chatbot, AGENT_EXECUTOR_VAR], outputs=[msg, chatbot])
|
845 |
|
846 |
+
auth_page.launch()
|