Update app.py
Browse files
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:
|