xtlyxt commited on
Commit
40ce0b7
·
verified ·
1 Parent(s): 48d2197

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -0
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