Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -12,4 +12,4 @@ def vanilla_chatbot(message, history):
|
|
12 |
|
13 |
demo_chatbot = gr.ChatInterface(vanilla_chatbot, title="POWO Chatbot", description="Entre un texte pour commencer le chatting.")
|
14 |
|
15 |
-
demo_chatbot.launch(
|
|
|
12 |
|
13 |
demo_chatbot = gr.ChatInterface(vanilla_chatbot, title="POWO Chatbot", description="Entre un texte pour commencer le chatting.")
|
14 |
|
15 |
+
demo_chatbot.launch()
|