Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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 = '
|
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
|