Spaces:
Runtime error
Runtime error
Commit
·
4f173e5
1
Parent(s):
d7265e9
Update app.py
Browse files
app.py
CHANGED
@@ -97,7 +97,7 @@ st.set_page_config(
|
|
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
|
101 |
""")
|
102 |
|
103 |
# Add image
|
|
|
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 |
|
103 |
# Add image
|