Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -86,6 +86,8 @@ d_emotion = {0: 'admiration', 1: 'amusement', 2: 'anger', 3: 'annoyance', 4: 'ap
|
|
86 |
20: 'optimism', 21: 'pride', 22: 'realization', 23: 'relief', 24: 'remorse', 25: 'sadness', 26: 'surprise',
|
87 |
27: 'neutral'}
|
88 |
|
|
|
|
|
89 |
st.write("Write or paste any number of document texts to analyse the emotion percentage with your document")
|
90 |
|
91 |
user_input = st.text_area('Enter Text to Analyze')
|
|
|
86 |
20: 'optimism', 21: 'pride', 22: 'realization', 23: 'relief', 24: 'remorse', 25: 'sadness', 26: 'surprise',
|
87 |
27: 'neutral'}
|
88 |
|
89 |
+
st.write(" ")
|
90 |
+
st.write(" ")
|
91 |
st.write("Write or paste any number of document texts to analyse the emotion percentage with your document")
|
92 |
|
93 |
user_input = st.text_area('Enter Text to Analyze')
|