Spaces:
Runtime error
Runtime error
Update pages/book.py
Browse files- pages/book.py +1 -1
pages/book.py
CHANGED
@@ -61,7 +61,7 @@ if generate_button:
|
|
61 |
indices = np.argsort(cosine_similarities)[::-1] # Сортировка по убыванию
|
62 |
|
63 |
for i in indices[:num_books_per_page]:
|
64 |
-
col1, col2
|
65 |
|
66 |
with col2:
|
67 |
#cols = st.columns(2) # Создание двух столбцов для размещения информации и изображения
|
|
|
61 |
indices = np.argsort(cosine_similarities)[::-1] # Сортировка по убыванию
|
62 |
|
63 |
for i in indices[:num_books_per_page]:
|
64 |
+
col1, col2 = st.columns([4,7])
|
65 |
|
66 |
with col2:
|
67 |
#cols = st.columns(2) # Создание двух столбцов для размещения информации и изображения
|