Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -108,7 +108,7 @@ chatbot = gr.ChatInterface(
|
|
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
|
112 |
)
|
113 |
|
114 |
chatbot.launch()
|
|
|
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 book based on your age and taste. Just tell me what you're into!"
|
112 |
)
|
113 |
|
114 |
chatbot.launch()
|