ReithBjarkan commited on
Commit
08cbeb7
·
1 Parent(s): a8d414a
Files changed (1) hide show
  1. app.py +5 -6
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
- Ever have to review a long list of queries to determine if they were even 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.
16
-
17
- The result is an ordered list of your comparison keywords based on the cosine similarity of the embeddings of each query.
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). [Report a bug or make a suggestion](mailto:rybacorn@gmail.com)")
 
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)")