Sakil commited on
Commit
8924b87
·
1 Parent(s): 6d4aaf2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -27,5 +27,5 @@ iface = gr.Interface(
27
  examples=[["Romantic"],["Sad"],["workout"],["The Hello Katy"],["Freshness"]],
28
  #css="https://www.w3schools.com/cssref/",
29
  title='Songify',
30
- description="Songify is a software tool designed to suggest personalized music playlists to users based on their preference.Users can also discover new music and explore different genres through the app's recommendations. The goal of Songify is to help users find the perfect music for any mood or occasion quickly and effortlessly. ")
31
  iface.launch(inline=False)
 
27
  examples=[["Romantic"],["Sad"],["workout"],["The Hello Katy"],["Freshness"]],
28
  #css="https://www.w3schools.com/cssref/",
29
  title='Songify',
30
+ description="Songify is a software tool designed to suggest personalized music playlists to users based on their preference and the Users can also discover new music and explore different genres through the app's recommendations. The goal of Songify is to help users find the perfect music for any mood or occasion quickly and effortlessly. ")
31
  iface.launch(inline=False)