Update app.py
Browse files
app.py
CHANGED
|
@@ -342,7 +342,7 @@ def create_interface():
|
|
| 342 |
### How to use:
|
| 343 |
1. **π Enter your text** in the text area below
|
| 344 |
2. **π― Select a model** from the dropdown for keyword extraction
|
| 345 |
-
3. *βοΈ Adjust parameters** (number of keywords, n-gram range)
|
| 346 |
4. **π Click "Extract Keywords"** to see results with organized output
|
| 347 |
""")
|
| 348 |
|
|
|
|
| 342 |
### How to use:
|
| 343 |
1. **π Enter your text** in the text area below
|
| 344 |
2. **π― Select a model** from the dropdown for keyword extraction
|
| 345 |
+
3. **βοΈ Adjust parameters** (number of keywords, n-gram range)
|
| 346 |
4. **π Click "Extract Keywords"** to see results with organized output
|
| 347 |
""")
|
| 348 |
|