pysunny commited on
Commit
a20d022
1 Parent(s): 8aa2029

Add application file 1

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