dlsmallw commited on
Commit
4f70c5d
·
1 Parent(s): c658bc1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -47,7 +47,6 @@ def output_results(res):
47
  with st.container(border=True):
48
  at_list = []
49
  if res['numerical_sentiment'] == 1:
50
- # st.markdown('##### Category Results:')
51
  for entry in res['category_sentiments'].keys():
52
  val = res['category_sentiments'][entry]
53
  if val > 0.0:
 
47
  with st.container(border=True):
48
  at_list = []
49
  if res['numerical_sentiment'] == 1:
 
50
  for entry in res['category_sentiments'].keys():
51
  val = res['category_sentiments'][entry]
52
  if val > 0.0: