Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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
|
13 |
st.write(out)
|
|
|
9 |
|
10 |
out = pipe(text)
|
11 |
|
12 |
+
st.write("Sentiment du text: ")
|
13 |
st.write(out)
|