MarieAngeA13
commited on
Commit
•
0a7339a
1
Parent(s):
2c6ad4c
Update app.py
Browse files
app.py
CHANGED
@@ -10,7 +10,6 @@ st.title('Sentiment Analysis with BERT')
|
|
10 |
st.write('Enter some text and we will predict its sentiment!')
|
11 |
|
12 |
# Add a text input box for the user to enter text
|
13 |
-
translator = Translator()
|
14 |
text_input = st.text_input('Enter text here')
|
15 |
|
16 |
|
|
|
10 |
st.write('Enter some text and we will predict its sentiment!')
|
11 |
|
12 |
# Add a text input box for the user to enter text
|
|
|
13 |
text_input = st.text_input('Enter text here')
|
14 |
|
15 |
|