Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -107,7 +107,7 @@ chatbot = gr.ChatInterface(
|
|
107 |
respond,
|
108 |
type="messages",
|
109 |
theme=chat_theme,
|
110 |
-
title="
|
111 |
description="Hey! I’m your book bot \nI help you find your next favorite TV show based on your age and taste. Just tell me what you're into!"
|
112 |
)
|
113 |
|
|
|
107 |
respond,
|
108 |
type="messages",
|
109 |
theme=chat_theme,
|
110 |
+
title="Book Bot from RecoNext",
|
111 |
description="Hey! I’m your book bot \nI help you find your next favorite TV show based on your age and taste. Just tell me what you're into!"
|
112 |
)
|
113 |
|