ahmadouna commited on
Commit
f017d85
·
1 Parent(s): 1a1da4f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -9,5 +9,5 @@ text = st.text_input('Entrer votre texte') #text is stored in this variable
9
 
10
  out = pipe(text)
11
 
12
- st.write("Sentiment of Text: ")
13
  st.write(out)
 
9
 
10
  out = pipe(text)
11
 
12
+ st.write("Sentiment du text: ")
13
  st.write(out)