Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -92,7 +92,7 @@ st.write("""
|
|
92 |
|
93 |
user_input1 = st.text_input("Enter the item id")
|
94 |
user_input2 = st.text_input("Enter number of products to be recommended")
|
95 |
-
|
96 |
|
97 |
button = st.button('Generate recommendations')
|
98 |
if button:
|
|
|
92 |
|
93 |
user_input1 = st.text_input("Enter the item id")
|
94 |
user_input2 = st.text_input("Enter number of products to be recommended")
|
95 |
+
st.markdown('---')
|
96 |
|
97 |
button = st.button('Generate recommendations')
|
98 |
if button:
|