awacke1 commited on
Commit
dab7018
·
1 Parent(s): e9967a0

Update app.py

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