Update app.py
Browse files
app.py
CHANGED
@@ -32,7 +32,7 @@ def main():
|
|
32 |
st.text('The Sentiment of the Finance News is: ')
|
33 |
st.text(label)
|
34 |
st.text('The Sentiment Score: ')
|
35 |
-
st.text(score)
|
36 |
|
37 |
if __name__ == "__main__":
|
38 |
main()
|
|
|
32 |
st.text('The Sentiment of the Finance News is: ')
|
33 |
st.text(label)
|
34 |
st.text('The Sentiment Score: ')
|
35 |
+
st.text(round(score,3))
|
36 |
|
37 |
if __name__ == "__main__":
|
38 |
main()
|