Commit ·
620b3c0
1
Parent(s): 6fe6b9e
veriage
Browse files
app.py
CHANGED
|
@@ -13,10 +13,10 @@ st.markdown(
|
|
| 13 |
"""
|
| 14 |
**Purpose:**
|
| 15 |
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 |
**Instructions:**
|
| 21 |
1. Enter your **Primary Keyword** in the input field.
|
| 22 |
2. Provide a list of **Keywords to Compare** (separated by new lines or commas).
|
|
|
|
| 13 |
"""
|
| 14 |
**Purpose:**
|
| 15 |
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 |
**Instructions:**
|
| 21 |
1. Enter your **Primary Keyword** in the input field.
|
| 22 |
2. Provide a list of **Keywords to Compare** (separated by new lines or commas).
|