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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -25,7 +25,7 @@ iface = gr.Interface(
25
  closest_lyrics,inputs=["text"],
26
  outputs=["dataframe"],
27
  examples=[["Romantic"],["Sad"],["workout"],["The Hello Katy"],["Freshness"]],
28
- #css="https://www.w3schools.com/cssref/playit.asp?filename=playcss_background-color",
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)
 
25
  closest_lyrics,inputs=["text"],
26
  outputs=["dataframe"],
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)