Update app.py
Browse files
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
|
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)
|