Spaces:
Sleeping
Sleeping
Commit
·
8e827e9
1
Parent(s):
6a8790f
Update app.py
Browse files
app.py
CHANGED
@@ -41,6 +41,7 @@ if text and button:
|
|
41 |
choice_g = ganres_lst
|
42 |
filtered_df = filter_by_ganre(df, choice_g)
|
43 |
top_dict = recommendation(filtered_df, embeddings, text)
|
|
|
44 |
st.write(f'<p style="font-family: Arial, sans-serif; font-size: 18px; text-align: center;"><strong>Всего подобранных \
|
45 |
рекомендаций {len(top_dict)}</strong></p>', unsafe_allow_html=True)
|
46 |
st.write('\n')
|
|
|
41 |
choice_g = ganres_lst
|
42 |
filtered_df = filter_by_ganre(df, choice_g)
|
43 |
top_dict = recommendation(filtered_df, embeddings, text)
|
44 |
+
st.write(choice_g)
|
45 |
st.write(f'<p style="font-family: Arial, sans-serif; font-size: 18px; text-align: center;"><strong>Всего подобранных \
|
46 |
рекомендаций {len(top_dict)}</strong></p>', unsafe_allow_html=True)
|
47 |
st.write('\n')
|