Skip to content

Commit

Permalink
Update functions.py
Browse files Browse the repository at this point in the history
  • Loading branch information
sbaaihamza authored Mar 15, 2024
1 parent 0e4a8d5 commit 9ce58e4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions functions.py
Original file line number Diff line number Diff line change
Expand Up @@ -76,8 +76,8 @@ def provide_recommendations(user_input,input_weight,THRESH, n, unique_values_dic
# situation_text = situations_list[i]
unique_value = unique_values_dict[situations_list[i]]
ordred_situations_IDs.append({
# 'input_text': user_input,
# 'similar_text': situation_text,
'input_text': user_input,
'similar_text': situation_text,
'element_ID': unique_value[0],
'module_ID': unique_value[1],
'situation_ID': unique_value[2],
Expand Down

0 comments on commit 9ce58e4

Please sign in to comment.