Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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 |
-
#
|
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
|