iwonachristop commited on
Commit
759c7ee
·
1 Parent(s): cf3c625

Update Features tab

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -99,7 +99,7 @@ with app:
99
  with gr.Column(min_width=750):
100
  emotion = gr.Radio(
101
  choices = leaderboard.get_emotion_list(),
102
- value = "Anger",
103
  elem_id = "emotion_features",
104
  label = "Emotion",
105
  )
 
99
  with gr.Column(min_width=750):
100
  emotion = gr.Radio(
101
  choices = leaderboard.get_emotion_list(),
102
+ value = "All",
103
  elem_id = "emotion_features",
104
  label = "Emotion",
105
  )