seyia92coding commited on
Commit
61e87ed
1 Parent(s): 8dc7742

add title and descriptions

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -105,6 +105,6 @@ iface = gr.Interface(recommender,
105
  default=default_entries
106
  ),
107
  gr.inputs.Radio(['NMF', 'SVD', 'SVDpp', 'KNN', 'CoClustering'])],
108
- outputs="dataframe",
109
  )
110
  iface.launch(debug=True)
 
105
  default=default_entries
106
  ),
107
  gr.inputs.Radio(['NMF', 'SVD', 'SVDpp', 'KNN', 'CoClustering'])],
108
+ outputs="dataframe",title="Recommendation Engine for Video Games using Surprise", description="Below is a dataframe of 40 games. Please rate as many as possible so the algorithm can predict the recommendations based on your previous game ratings. Do not edit any other cells beside the score column."
109
  )
110
  iface.launch(debug=True)