Yuvalamitay commited on
Commit
5ff5256
·
verified ·
1 Parent(s): 2cbfd6a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -107,7 +107,7 @@ chatbot = gr.ChatInterface(
107
  respond,
108
  type="messages",
109
  theme=chat_theme,
110
- title="🎬 Gen-Z Watch Buddy",
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