Yuvalamitay commited on
Commit
70d8c86
·
verified ·
1 Parent(s): 5ff5256

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 TV show based on your age and taste. Just tell me what you're into!"
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()