Spaces:
Runtime error
Runtime error
release2
Browse files
app.py
CHANGED
@@ -30,9 +30,9 @@ df = pd.read_csv('Dataset/parcedbooks.csv')
|
|
30 |
|
31 |
|
32 |
|
33 |
-
text = st.text_input('
|
34 |
|
35 |
-
button = st.button('
|
36 |
num = st.number_input('цифра', step=1, value=None)
|
37 |
with open('Dataset/embeddingsbooks.txt', 'r') as file:
|
38 |
embeddings_list = [list(map(float, line.split())) for line in file.readlines()]
|
|
|
30 |
|
31 |
|
32 |
|
33 |
+
text = st.text_input('Введите ваше предпочтение для рекомендации')
|
34 |
|
35 |
+
button = st.button('Укажите количество рекомендуемых книг')
|
36 |
num = st.number_input('цифра', step=1, value=None)
|
37 |
with open('Dataset/embeddingsbooks.txt', 'r') as file:
|
38 |
embeddings_list = [list(map(float, line.split())) for line in file.readlines()]
|