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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -32,7 +32,7 @@ def display_top_5(similarities):
32
 
33
 
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):")
 
32
 
33
 
34
  # Streamlit interface
35
+ st.title("Sentence 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):")