cfsandu commited on
Commit
74491ab
1 Parent(s): 3284497

change main.py

Browse files
Files changed (1) hide show
  1. main.py +2 -0
main.py CHANGED
@@ -7,6 +7,8 @@ from transformers import AutoTokenizer, TFAutoModelForSequenceClassification
7
  st.title('Sentiment Analyser App')
8
  st.write('Welcome to my sentiment analysis app!')
9
 
 
 
10
  form = st.form(key='sentiment-form')
11
  user_input = form.text_area('Enter your text')
12
  submit = form.form_submit_button('Submit')
 
7
  st.title('Sentiment Analyser App')
8
  st.write('Welcome to my sentiment analysis app!')
9
 
10
+ st.write('Please add lines in the Form, for Sentiment Analysis!')
11
+
12
  form = st.form(key='sentiment-form')
13
  user_input = form.text_area('Enter your text')
14
  submit = form.form_submit_button('Submit')