WillWEI0103 commited on
Commit
046440a
·
verified ·
1 Parent(s): 28cefbf

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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()