Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -6,9 +6,9 @@ from rake_nltk import Rake
|
|
| 6 |
from nltk.corpus import stopwords
|
| 7 |
from fuzzywuzzy import fuzz
|
| 8 |
|
| 9 |
-
|
| 10 |
|
| 11 |
-
# Define the options for the dropdown menu
|
| 12 |
options = ['Option 1', 'Option 2']
|
| 13 |
|
| 14 |
# Create a dropdown menu to select options
|
|
|
|
| 6 |
from nltk.corpus import stopwords
|
| 7 |
from fuzzywuzzy import fuzz
|
| 8 |
|
| 9 |
+
st.title("Exploring Torch, Transformers, Rake, and Others analyzing Text")
|
| 10 |
|
| 11 |
+
# Define the options for the dropdown menu, Selecting a remote txt file already created to analyze the text
|
| 12 |
options = ['Option 1', 'Option 2']
|
| 13 |
|
| 14 |
# Create a dropdown menu to select options
|