syedmudassir16 commited on
Commit
542da7e
·
verified ·
1 Parent(s): 9e29abb
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -231,7 +231,7 @@ demo = gr.ChatInterface (fn=generate,
231
  retry_btn=None,
232
  undo_btn=None,
233
  clear_btn=None,
234
- description="<span style='font-size: larger; font-weight: bold;'>Hi! I'm a music recommender app. What kind of music do you want to listen to, or how are you feeling today?</span>",
235
  )
236
 
237
  demo.queue().launch()
 
231
  retry_btn=None,
232
  undo_btn=None,
233
  clear_btn=None,
234
+ description="<span style='font-size: larger; font-weight: bold;'>Hi! I'm your music buddy—tell me about your mood and the type of tunes you're in the mood for today!</span>",
235
  )
236
 
237
  demo.queue().launch()