Update app.py
Browse files
app.py
CHANGED
|
@@ -93,4 +93,5 @@ with gr.Blocks(title="Township Connect Chatbot") as demo:
|
|
| 93 |
send_button.click(chat_with_ollama, [msg, state], [chatbot, state])
|
| 94 |
|
| 95 |
# Launch with API enabled for all components
|
| 96 |
-
demo.launch(
|
|
|
|
|
|
| 93 |
send_button.click(chat_with_ollama, [msg, state], [chatbot, state])
|
| 94 |
|
| 95 |
# Launch with API enabled for all components
|
| 96 |
+
demo.launch()
|
| 97 |
+
|