Spaces:
Sleeping
Sleeping
added tutle and description
Browse files
app.py
CHANGED
|
@@ -9,10 +9,8 @@ def yes_or_no(message, history):
|
|
| 9 |
# return message
|
| 10 |
|
| 11 |
print("Hello World")
|
| 12 |
-
chatbot = gr.ChatInterface(
|
| 13 |
# defining my chatbot so that the user can interact and see their conversation history and send new messages
|
| 14 |
|
| 15 |
-
title: "I am the your bestie"
|
| 16 |
-
description: "I will serve you"
|
| 17 |
|
| 18 |
chatbot.launch()
|
|
|
|
| 9 |
# return message
|
| 10 |
|
| 11 |
print("Hello World")
|
| 12 |
+
chatbot = gr.ChatInterface(function_name, title="Your Bestie!", type="I will serve you!")
|
| 13 |
# defining my chatbot so that the user can interact and see their conversation history and send new messages
|
| 14 |
|
|
|
|
|
|
|
| 15 |
|
| 16 |
chatbot.launch()
|