sanjeev21 commited on
Commit
5923cd0
·
1 Parent(s): 3c89d48

removed test message

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -218,7 +218,7 @@ def display_recommendations():
218
  try:
219
  top_df = rec_df.sample(5).reset_index() # random 5 recommendations
220
  except Exception as e:
221
- st.error(e)
222
  top_df = rec_df.head(5).reset_index()
223
 
224
  recs_to_display = 0
 
218
  try:
219
  top_df = rec_df.sample(5).reset_index() # random 5 recommendations
220
  except Exception as e:
221
+ #st.error(e)
222
  top_df = rec_df.head(5).reset_index()
223
 
224
  recs_to_display = 0