Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -67,6 +67,9 @@ if st.button("Generate DataFrame"):
|
|
67 |
'Disgust': [],
|
68 |
'Angry': [],
|
69 |
# Add other emotions if necessary
|
|
|
|
|
|
|
70 |
}
|
71 |
|
72 |
# Iterate over the results and populate the dictionary
|
|
|
67 |
'Disgust': [],
|
68 |
'Angry': [],
|
69 |
# Add other emotions if necessary
|
70 |
+
'Sad': [], # Add this if you have 'sad' scores in your results
|
71 |
+
'Fear': [] # Add this if you have 'fear' scores in your results
|
72 |
+
|
73 |
}
|
74 |
|
75 |
# Iterate over the results and populate the dictionary
|