Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -82,7 +82,7 @@ d_emotion = {0: 'admiration', 1: 'amusement', 2: 'anger', 3: 'annoyance', 4: 'ap
|
|
82 |
st.write(" ")
|
83 |
st.write(" ")
|
84 |
st.header('Sentiment: Emotion Analyses', divider='rainbow')
|
85 |
-
st.write('
|
86 |
|
87 |
|
88 |
# # Define the sample text
|
@@ -182,7 +182,7 @@ else:
|
|
182 |
st.write(' ')
|
183 |
st.write(' ')
|
184 |
|
185 |
-
user_input = st.text_area('Enter Text to Analyze', value=optionValue)
|
186 |
|
187 |
|
188 |
button = st.button("Analyze")
|
|
|
82 |
st.write(" ")
|
83 |
st.write(" ")
|
84 |
st.header('Sentiment: Emotion Analyses', divider='rainbow')
|
85 |
+
st.write('Provide any number of document texts to analyse the emotion percentages')
|
86 |
|
87 |
|
88 |
# # Define the sample text
|
|
|
182 |
st.write(' ')
|
183 |
st.write(' ')
|
184 |
|
185 |
+
user_input = st.text_area('Enter or Paste Text to Analyze', value=optionValue)
|
186 |
|
187 |
|
188 |
button = st.button("Analyze")
|