Mahziar commited on
Commit
de17795
1 Parent(s): 42e6127

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -237,7 +237,7 @@ interface = gr.Interface(
237
  outputs='dataframe',
238
  examples=[['Captain America','Avengers: Infinity War','Ant-Man', "collaborative"],['Shrek','The Smurfs','Up', "content"]],
239
  title = "Recommender System",
240
- description="Experience the ultimate recommendation journey with our cutting-edge recommender system! Utilizing collaborative, content, and cluster methods, we cater to your unique preferences. While computational limitations may impact results, maximize your experience by exploring our content or collaborative-based method. Please note that due to limitations, results may vary. Choose the path of personalized discovery and unlock a world of possibilities!",
241
  flagging_options=["Good Prediction", "Bad Prediction"],
242
  theme='abidlabs/banana'
243
  )
 
237
  outputs='dataframe',
238
  examples=[['Captain America','Avengers: Infinity War','Ant-Man', "collaborative"],['Shrek','The Smurfs','Up', "content"]],
239
  title = "Recommender System",
240
+ description="Experience the ultimate recommendation journey with our cutting-edge recommender system! Utilizing collaborative, content, and cluster methods, we cater to your unique preferences. While computational limitations may impact results, maximize your experience by exploring our content-based or collaborative-based method. Please note that due to limitations, results may vary. Choose the path of personalized discovery and unlock a world of possibilities!",
241
  flagging_options=["Good Prediction", "Bad Prediction"],
242
  theme='abidlabs/banana'
243
  )