Spaces:
Runtime error
Runtime error
fix
Browse files- app.py +1 -1
- pages/recipes.py +1 -1
app.py
CHANGED
@@ -43,7 +43,7 @@ col3, col4 = st.columns([5,1])
|
|
43 |
with col3:
|
44 |
text = st.text_input('Введите ваше предпочтение для рекомендации')
|
45 |
with col4:
|
46 |
-
num = st.number_input('
|
47 |
button = st.button('Отправить запрос')
|
48 |
|
49 |
|
|
|
43 |
with col3:
|
44 |
text = st.text_input('Введите ваше предпочтение для рекомендации')
|
45 |
with col4:
|
46 |
+
num = st.number_input('Количество книг', step=1, value=1)
|
47 |
button = st.button('Отправить запрос')
|
48 |
|
49 |
|
pages/recipes.py
CHANGED
@@ -42,7 +42,7 @@ col3, col4 = st.columns([5,1])
|
|
42 |
with col3:
|
43 |
text = st.text_input('Введите ваше предпочтение для рекомендации')
|
44 |
with col4:
|
45 |
-
num = st.number_input('
|
46 |
button = st.button('Отправить запрос')
|
47 |
|
48 |
|
|
|
42 |
with col3:
|
43 |
text = st.text_input('Введите ваше предпочтение для рекомендации')
|
44 |
with col4:
|
45 |
+
num = st.number_input('Количество блюд', step=1, value=1)
|
46 |
button = st.button('Отправить запрос')
|
47 |
|
48 |
|