Spaces:
Runtime error
Runtime error
Commit
Β·
9f8acd9
1
Parent(s):
d30b3cd
changed icons
Browse files
app.py
CHANGED
|
@@ -56,9 +56,9 @@ with st.sidebar:
|
|
| 56 |
"Emotion Detection",
|
| 57 |
"Named Entity Recognition"],
|
| 58 |
icons=["house-door",
|
| 59 |
-
"emoji-heart-eyes",
|
| 60 |
-
"key",
|
| 61 |
"chat-dots",
|
|
|
|
|
|
|
| 62 |
"emoji-heart-eyes",
|
| 63 |
"building"],
|
| 64 |
default_index=0
|
|
|
|
| 56 |
"Emotion Detection",
|
| 57 |
"Named Entity Recognition"],
|
| 58 |
icons=["house-door",
|
|
|
|
|
|
|
| 59 |
"chat-dots",
|
| 60 |
+
"key",
|
| 61 |
+
"tag",
|
| 62 |
"emoji-heart-eyes",
|
| 63 |
"building"],
|
| 64 |
default_index=0
|