Spaces:
Sleeping
Sleeping
Commit ·
f67763c
1
Parent(s): b32df0d
Update eda.py
Browse files
eda.py
CHANGED
|
@@ -78,7 +78,7 @@ def run():
|
|
| 78 |
with st.expander('Explanation'):
|
| 79 |
st.caption(
|
| 80 |
'''
|
| 81 |
-
The Joy
|
| 82 |
'''
|
| 83 |
)
|
| 84 |
|
|
@@ -92,7 +92,7 @@ def run():
|
|
| 92 |
with st.expander('Explanation'):
|
| 93 |
st.caption(
|
| 94 |
'''
|
| 95 |
-
The Anger
|
| 96 |
'''
|
| 97 |
)
|
| 98 |
|
|
@@ -106,6 +106,6 @@ def run():
|
|
| 106 |
with st.expander('Explanation'):
|
| 107 |
st.caption(
|
| 108 |
'''
|
| 109 |
-
The Fear
|
| 110 |
'''
|
| 111 |
)
|
|
|
|
| 78 |
with st.expander('Explanation'):
|
| 79 |
st.caption(
|
| 80 |
'''
|
| 81 |
+
The Joy word cloud highlights commonly used words associated with feelings of joy, such as `life, good, day, something, going, and well`, indicating that these terms are often expressed when people describe joyful experiences.
|
| 82 |
'''
|
| 83 |
)
|
| 84 |
|
|
|
|
| 92 |
with st.expander('Explanation'):
|
| 93 |
st.caption(
|
| 94 |
'''
|
| 95 |
+
The Anger word cloud highlights commonly used words associated with feelings of anger, such as would, even, way, think, angry, indicating that these terms mostly expressed when people are angry. Anger is a special case where, words like would and even is an auxiliary verb, which indicates a mood or tense.
|
| 96 |
'''
|
| 97 |
)
|
| 98 |
|
|
|
|
| 106 |
with st.expander('Explanation'):
|
| 107 |
st.caption(
|
| 108 |
'''
|
| 109 |
+
The Fear word cloud highlights commonly used words associated with feelings of fear, such as `still, bit, strange, think`, indicating that these terms are often expressed when people describing or more accurately worriness and anxiousness. This is justified since fear in the context of fear of the unknown is believe to cause worriness and anxiousness on a person. Fear is a broad emotion that can be more interpreted two ways, fear of the unknown that cause anxiety or being scared/teriffied and giving goosebumps.
|
| 110 |
'''
|
| 111 |
)
|