Bitha commited on
Commit
dd224e8
1 Parent(s): 9574de8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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: