brendabor commited on
Commit
667cf84
·
1 Parent(s): 021fc49

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -26,8 +26,7 @@ tokenizer = joblib.load('tokenizer.pkl') # Correct the path
26
 
27
  # Load the dataset and preprocess
28
  df = pd.read_csv('df1.csv')
29
- # Optionally, remove null values and drop unwanted columns
30
- df = df.dropna()
31
  df = df.drop(['Unnamed: 0', 'lyrics_filename', 'analysis_url', 'track_href', "type", "id", "uri"], axis=1)
32
 
33
  # Set up the title of the app
 
26
 
27
  # Load the dataset and preprocess
28
  df = pd.read_csv('df1.csv')
29
+ #df = df.dropna()
 
30
  df = df.drop(['Unnamed: 0', 'lyrics_filename', 'analysis_url', 'track_href', "type", "id", "uri"], axis=1)
31
 
32
  # Set up the title of the app