Spaces:
Sleeping
Sleeping
mikepastor11
commited on
Commit
•
44f2799
1
Parent(s):
2ee73f9
Update app.py
Browse files
app.py
CHANGED
@@ -12,7 +12,7 @@ def vanilla_chatbot(message, history):
|
|
12 |
|
13 |
return conversation.generated_responses[-1]
|
14 |
|
15 |
-
demo_chatbot = gr.ChatInterface(vanilla_chatbot, title="
|
16 |
|
17 |
demo_chatbot.launch()
|
18 |
|
|
|
12 |
|
13 |
return conversation.generated_responses[-1]
|
14 |
|
15 |
+
demo_chatbot = gr.ChatInterface(vanilla_chatbot, title="Eliza Chatbot", description="Enter text to start chatting...")
|
16 |
|
17 |
demo_chatbot.launch()
|
18 |
|