Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -83,7 +83,7 @@ st.write(" ")
|
|
| 83 |
st.write(" ")
|
| 84 |
st.header('Sentiment: Emotion Analyses', divider='rainbow')
|
| 85 |
st.write('Write or paste any number of document texts to analyse the emotion percentage with your document')
|
| 86 |
-
|
| 87 |
|
| 88 |
# # Define the sample text
|
| 89 |
# sample_text = ("Once, in a small village nestled in the rolling hills of Tuscany, lived an elderly woman named Isabella. "
|
|
@@ -179,7 +179,8 @@ Apparently life is not as boring if we appreciate the smallest things."""
|
|
| 179 |
else:
|
| 180 |
optionValue =""
|
| 181 |
|
| 182 |
-
|
|
|
|
| 183 |
if option:
|
| 184 |
user_input = st.text_area('Enter Text to Analyze', value=optionValue)
|
| 185 |
else:
|
|
|
|
| 83 |
st.write(" ")
|
| 84 |
st.header('Sentiment: Emotion Analyses', divider='rainbow')
|
| 85 |
st.write('Write or paste any number of document texts to analyse the emotion percentage with your document')
|
| 86 |
+
|
| 87 |
|
| 88 |
# # Define the sample text
|
| 89 |
# sample_text = ("Once, in a small village nestled in the rolling hills of Tuscany, lived an elderly woman named Isabella. "
|
|
|
|
| 179 |
else:
|
| 180 |
optionValue =""
|
| 181 |
|
| 182 |
+
st.write(' ')
|
| 183 |
+
st.write(' ')
|
| 184 |
if option:
|
| 185 |
user_input = st.text_area('Enter Text to Analyze', value=optionValue)
|
| 186 |
else:
|