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