umang018 commited on
Commit
44d7c19
·
verified ·
1 Parent(s): b73c8fb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 = 'enron_kaggle_clean.csv' # Ensure this is the correct path to your uploaded CSV file
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