Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -43,7 +43,7 @@ def main():
|
|
43 |
st.title("Emotion Filter and Pagination App")
|
44 |
|
45 |
# Load the data
|
46 |
-
file_path = '
|
47 |
df = load_data(file_path)
|
48 |
|
49 |
# Dropdown for selecting emotion
|
|
|
43 |
st.title("Emotion Filter and Pagination App")
|
44 |
|
45 |
# Load the data
|
46 |
+
file_path = 'enron_kaggle_clean_full.csv' # Ensure this is the correct path to your uploaded CSV file
|
47 |
df = load_data(file_path)
|
48 |
|
49 |
# Dropdown for selecting emotion
|