umang018 commited on
Commit
29433e6
·
verified ·
1 Parent(s): 65ab1d7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -18,7 +18,7 @@ def main():
18
  st.title("Emotion Filter and Pagination App")
19
 
20
  # Load the data
21
- file_path = 'your_data.csv' # Ensure this is the correct path to your uploaded CSV file
22
  df = load_data(file_path)
23
 
24
  # Dropdown for selecting emotion
 
18
  st.title("Emotion Filter and Pagination App")
19
 
20
  # Load the data
21
+ file_path = 'inference_results.csv' # Ensure this is the correct path to your uploaded CSV file
22
  df = load_data(file_path)
23
 
24
  # Dropdown for selecting emotion