Update app.py
Browse files
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 |
-
|
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
|