Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -9,7 +9,8 @@ import seaborn as sns
|
|
9 |
|
10 |
# Create an emotion wheel
|
11 |
emotions = ["Love", "Fear", "Anger", "Sadness", "Happiness", "Surprise", "Disgust", "Love"]
|
12 |
-
emoji = ["❤️", "😱", "😠", "😢", "🤩", "😮", "🤢", "❤️"]
|
|
|
13 |
|
14 |
# Add the wheel to the sidebar
|
15 |
st.sidebar.title("Emotion Wheel")
|
|
|
9 |
|
10 |
# Create an emotion wheel
|
11 |
emotions = ["Love", "Fear", "Anger", "Sadness", "Happiness", "Surprise", "Disgust", "Love"]
|
12 |
+
#emoji = ["❤️", "😱", "😠", "😢", "🤩", "😮", "🤢", "❤️"]
|
13 |
+
emoji = [1, 2, 3, 4, 5, 6, 7, 8]
|
14 |
|
15 |
# Add the wheel to the sidebar
|
16 |
st.sidebar.title("Emotion Wheel")
|