Ahtisham1583 commited on
Commit
4f2a5ee
·
verified ·
1 Parent(s): ec3726f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -3
app.py CHANGED
@@ -9,9 +9,7 @@ import nltk
9
  nltk.download('stopwords')
10
 
11
  # Load data
12
- # data = pd.read_csv('path_to_your_data.csv')
13
-
14
- # Assuming data has already been loaded if this line is not needed
15
 
16
  # Function to preprocess text
17
  def preprocess_text(text):
 
9
  nltk.download('stopwords')
10
 
11
  # Load data
12
+ data = pd.read_csv('path_to_your_data.csv') # Update the path as necessary
 
 
13
 
14
  # Function to preprocess text
15
  def preprocess_text(text):