Commit
·
759c7ee
1
Parent(s):
cf3c625
Update Features tab
Browse files
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 = "
|
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 |
)
|