Spaces:
Runtime error
Runtime error
Commit
·
b284eda
1
Parent(s):
4f173e5
Update app.py
Browse files
app.py
CHANGED
@@ -96,7 +96,7 @@ st.set_page_config(
|
|
96 |
|
97 |
# Add description and title
|
98 |
st.write("""
|
99 |
-
# Predict if your text is Positive, Negative
|
100 |
Please type your text and click the Predict button to know if your text has a positive, negative or neutral sentiment!
|
101 |
""")
|
102 |
|
|
|
96 |
|
97 |
# Add description and title
|
98 |
st.write("""
|
99 |
+
# Predict if your text is Positive, Negative or Neutral ...
|
100 |
Please type your text and click the Predict button to know if your text has a positive, negative or neutral sentiment!
|
101 |
""")
|
102 |
|