Update app.py
Browse files
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
|