Commit
·
08cbeb7
1
Parent(s):
a8d414a
veriage
Browse files
app.py
CHANGED
@@ -12,11 +12,10 @@ st.title("Keyword Cosine Similarity Tool")
|
|
12 |
st.header("How to Use This Tool")
|
13 |
st.markdown(
|
14 |
"""
|
15 |
-
|
16 |
-
|
17 |
-
|
18 |
-
|
19 |
-
-- Quickly remove irrelevant keywords from your keyword research and move to the next step in your optimization!
|
20 |
"""
|
21 |
)
|
22 |
|
@@ -102,4 +101,4 @@ if st.button("Calculate Similarities"):
|
|
102 |
|
103 |
# Footer
|
104 |
st.markdown("---")
|
105 |
-
st.markdown("Created by [Ryland Bacorn](https://huggingface.co/ReithBjarkan).
|
|
|
12 |
st.header("How to Use This Tool")
|
13 |
st.markdown(
|
14 |
"""
|
15 |
+
**Purpose:** Quickly remove irrelevant keywords from your keyword research and move to the next step in your optimization!
|
16 |
+
---
|
17 |
+
Have you ever had to review a long list of queries to determine whether they were relevant to your target keyword? This Space aims to automate that process by entering your primary keyword and a list of related queries from any source you might do keyword research.
|
18 |
+
The resulting table is an ordered list of your comparison keywords based on the cosine similarity of each query's embeddings.
|
|
|
19 |
"""
|
20 |
)
|
21 |
|
|
|
101 |
|
102 |
# Footer
|
103 |
st.markdown("---")
|
104 |
+
st.markdown("Created by [Ryland Bacorn](https://huggingface.co/ReithBjarkan). Report a [bug or make a suggestion](mailto:rybacorn@gmail.com)")
|