Spaces:
Sleeping
Sleeping
KAHRAMAN42
commited on
Commit
·
5e404e4
1
Parent(s):
74f302b
Update app.py
Browse files
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="
|
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()
|