Bitha commited on
Commit
f920524
1 Parent(s): dd224e8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -92,8 +92,9 @@ 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
- st.markdown('---')
96
 
97
  button = st.button('Generate recommendations')
 
 
98
  if button:
99
  get_similar_products_cnn(str(user_input1), int(user_input2))
 
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
  button = st.button('Generate recommendations')
97
+ st.markdown('---')
98
+
99
  if button:
100
  get_similar_products_cnn(str(user_input1), int(user_input2))