LEWOPO commited on
Commit
f0608fd
1 Parent(s): dd058f5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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(inline=False)
 
12
 
13
  demo_chatbot = gr.ChatInterface(vanilla_chatbot, title="POWO Chatbot", description="Entre un texte pour commencer le chatting.")
14
 
15
+ demo_chatbot.launch()