updated app
Browse files
app.py
CHANGED
@@ -188,7 +188,7 @@ elif app_selector == "Top Anime Recommender":
|
|
188 |
]
|
189 |
)
|
190 |
|
191 |
-
n_recommendations = st.slider("Number of Recommendations:", min_value=1, max_value=
|
192 |
|
193 |
if st.button("Get Recommendations"):
|
194 |
# Load the popularity-based recommender
|
|
|
188 |
]
|
189 |
)
|
190 |
|
191 |
+
n_recommendations = st.slider("Number of Recommendations:", min_value=1, max_value=500, value=10)
|
192 |
|
193 |
if st.button("Get Recommendations"):
|
194 |
# Load the popularity-based recommender
|