Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -21,5 +21,5 @@ def chocolate_ai(message, history):
|
|
21 |
|
22 |
return conversation.generated_responses[-1]
|
23 |
|
24 |
-
gradio_interface = gr.ChatInterface(chocolate_ai, title="
|
25 |
gradio_interface.launch()
|
|
|
21 |
|
22 |
return conversation.generated_responses[-1]
|
23 |
|
24 |
+
gradio_interface = gr.ChatInterface(chocolate_ai, title="DialoGPT4-Chatbot", description="Type to start a conversation.")
|
25 |
gradio_interface.launch()
|