KAHRAMAN42 commited on
Commit
5e404e4
1 Parent(s): 74f302b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -11,6 +11,6 @@ def vanilla_chatbot(message, history):
11
 
12
  return conversation.generated_responses[-1]
13
 
14
- demo_chatbot = gr.ChatInterface(vanilla_chatbot, title="Vanilla Chatbot", description="Enter text to start chatting.")
15
 
16
  demo_chatbot.launch()
 
11
 
12
  return conversation.generated_responses[-1]
13
 
14
+ demo_chatbot = gr.ChatInterface(vanilla_chatbot, title="Chatbot", description="enter to chat")
15
 
16
  demo_chatbot.launch()