peterciank commited on
Commit
92000af
·
verified ·
1 Parent(s): 8ec048b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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
- s.title("Exploring Torch, Transformers, Rake, and Others analyzing Text")
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