Update app.py
Browse filesIncluded user_slider_input_number
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):
|