ceejaytheanalyst commited on
Commit
7fb1853
·
verified ·
1 Parent(s): 7107507

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -58,7 +58,7 @@ def main():
58
  misspelled_words = check_misspelled_words(user_input)
59
  if misspelled_words:
60
  st.write("Please enter a detailed correct full description")
61
- #st.write(misspelled_words)
62
  else:
63
  mapping_results = mapping_code(user_input)
64
  # Display top 5 similar sentences
 
58
  misspelled_words = check_misspelled_words(user_input)
59
  if misspelled_words:
60
  st.write("Please enter a detailed correct full description")
61
+ st.write(f"Kindly check if these words are spelt correctly :{misspelled_words}")
62
  else:
63
  mapping_results = mapping_code(user_input)
64
  # Display top 5 similar sentences