ceejaytheanalyst commited on
Commit
332c487
·
verified ·
1 Parent(s): 56fcccb

Update app.py

Browse files

Included user_slider_input_number

Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -77,7 +77,7 @@ def main():
77
  st.write("Please enter a detailed correct full description")
78
  st.write(f"Kindly check if these words are spelt correctly :{misspelled_words}")
79
  else:
80
- mapping_results = mapping_code(user_input)
81
  # Display top 5 similar sentences
82
  st.write("Top 5 similar sentences:")
83
  for i, result in enumerate(mapping_results, 1):
 
77
  st.write("Please enter a detailed correct full description")
78
  st.write(f"Kindly check if these words are spelt correctly :{misspelled_words}")
79
  else:
80
+ mapping_results = mapping_code(user_input,user_slider_input_number)
81
  # Display top 5 similar sentences
82
  st.write("Top 5 similar sentences:")
83
  for i, result in enumerate(mapping_results, 1):