ababio commited on
Commit
3368c51
·
verified ·
1 Parent(s): 9631581

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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('Write or paste any number of document texts to analyse the emotion percentage with your document')
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")