mohitmayank commited on
Commit
4e79aa0
β€’
1 Parent(s): 8d06109
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -58,8 +58,8 @@ emoji_count = st.sidebar.slider('Emoji output count', min_value=1, max_value=10,
58
  # title and headers
59
  st.title("EmojiFinder πŸ•΅")
60
  st.markdown("Want to find the *most relevant* emoji for your text? **EmojiFinder** is here to help! 😎")
61
- query_text = st.text_area("Enter your text here: ")
62
- find_button = st.button("Help EmojiFinder!")
63
 
64
  # load the model
65
  model = load_similarity_model(selected_model_name)
58
  # title and headers
59
  st.title("EmojiFinder πŸ•΅")
60
  st.markdown("Want to find the *most relevant* emoji for your text? **EmojiFinder** is here to help! 😎")
61
+ query_text = st.text_area("Enter your text here: ", "I love walking on the beach")
62
+ find_button = st.button("EmojiFinder help!")
63
 
64
  # load the model
65
  model = load_similarity_model(selected_model_name)