Clonkz commited on
Commit
99eab84
·
1 Parent(s): 34daa94

Added to description

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -97,7 +97,7 @@ def recommend_songs_interface(song_name, artist_name, num_songs_to_output, scale
97
  return pd.DataFrame(columns=['name', 'artists'])
98
 
99
  # Gradio interface setup
100
- description = "Enter a song name and artist name to get song recommendations. Adjust the feature weights using the sliders. The system will automatically normalize the weights. Please note that this database can only recommend songs that have been released up until the year 2020."
101
 
102
  inputs = [
103
  gr.components.Textbox(label="Song Name", placeholder="Enter a song name..."),
 
97
  return pd.DataFrame(columns=['name', 'artists'])
98
 
99
  # Gradio interface setup
100
+ description = "Enter a song name and artist name to get song recommendations. Adjust the feature weights using the sliders. The system will automatically normalize the weights. Please note that this database can only recommend songs that have been released up until the year 2020. You can adjust the scaler and tweak the sliders to get the right song for you based on the metrics of your choice"
101
 
102
  inputs = [
103
  gr.components.Textbox(label="Song Name", placeholder="Enter a song name..."),