blazingbunny commited on
Commit
ebcd6e4
1 Parent(s): a0b6258

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -34,8 +34,8 @@ def display_top_5(similarities):
34
  # Streamlit interface
35
  st.title("Word Similarity Checker")
36
 
37
- reference_word = st.text_input("Enter the reference word:")
38
- word_list = st.text_area("Enter a list of words (one word per line):")
39
 
40
  if st.button("Analyze"):
41
  if reference_word and word_list:
 
34
  # Streamlit interface
35
  st.title("Word Similarity Checker")
36
 
37
+ reference_word = st.text_input("Enter the reference Sentence:")
38
+ word_list = st.text_area("Enter a list of sentences or phrases (one word per line):")
39
 
40
  if st.button("Analyze"):
41
  if reference_word and word_list: