Spaces:
Running
Running
modify
Browse files
app.py
CHANGED
@@ -58,4 +58,4 @@ def chat_fn(message, history_list):
|
|
58 |
return response
|
59 |
|
60 |
chatbot = gr.ChatInterface(fn=chat_fn, title="🛠️ Customer Support Chatbot")
|
61 |
-
chatbot.launch()
|
|
|
58 |
return response
|
59 |
|
60 |
chatbot = gr.ChatInterface(fn=chat_fn, title="🛠️ Customer Support Chatbot")
|
61 |
+
chatbot.launch()
|