wendywu commited on
Commit
3d14d4e
β€’
1 Parent(s): 4806929

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -71,14 +71,14 @@ if user_input := st.chat_input("Say something"):
71
 
72
  if sentiment == "very negative":
73
  rain(
74
- emoji="β›”",
75
  font_size=20, # the size of emoji
76
  falling_speed=3, # speed of raining
77
  animation_length="infinite", # for how much time the animation will happen
78
  )
79
  elif sentiment == "negative":
80
  rain(
81
- emoji="β›”",
82
  font_size=20, # the size of emoji
83
  falling_speed=3, # speed of raining
84
  animation_length="infinite", # for how much time the animation will happen
 
71
 
72
  if sentiment == "very negative":
73
  rain(
74
+ emoji="πŸ”΄",
75
  font_size=20, # the size of emoji
76
  falling_speed=3, # speed of raining
77
  animation_length="infinite", # for how much time the animation will happen
78
  )
79
  elif sentiment == "negative":
80
  rain(
81
+ emoji="πŸ”΄",
82
  font_size=20, # the size of emoji
83
  falling_speed=3, # speed of raining
84
  animation_length="infinite", # for how much time the animation will happen