MarieAngeA13 commited on
Commit
b984ea7
1 Parent(s): 724d79b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -9,10 +9,10 @@ translator = Translator()
9
 
10
  # Create a Streamlit app
11
  st.title('Sentiment Analysis with BERT')
12
- st.write('Enter some text and we will predict its sentiment!')
13
 
14
  # Add a text input box for the user to enter text
15
- text_input = st.text_input('Enter text here')
16
 
17
 
18
  # When the user submits text, run the sentiment analysis model on it
 
9
 
10
  # Create a Streamlit app
11
  st.title('Sentiment Analysis with BERT')
12
+ st.write('Enter some text and we will predict its sentiment!/Entrez un texte et nous prédirons son sentiment!')
13
 
14
  # Add a text input box for the user to enter text
15
+ text_input = st.text_input('Enter text here/Saisir le texte ici')
16
 
17
 
18
  # When the user submits text, run the sentiment analysis model on it