Spaces:
Runtime error
Runtime error
mohitmayank
commited on
Commit
β’
4e79aa0
1
Parent(s):
8d06109
v2
Browse files
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("
|
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)
|