Spaces:
Runtime error
Runtime error
Kwasiasomani
commited on
Commit
•
0920dec
1
Parent(s):
efca8a0
Update app.py
Browse files
app.py
CHANGED
@@ -19,7 +19,6 @@ button = st.button('predict')
|
|
19 |
|
20 |
|
21 |
# Define the Helper function
|
22 |
-
#label = { 1: 'Positive',0: 'Neutral',-1: 'Positive'}
|
23 |
label = {0: 'Negative', 1:'Neutral', 2:'Positive'}
|
24 |
|
25 |
if user_input and button:
|
|
|
19 |
|
20 |
|
21 |
# Define the Helper function
|
|
|
22 |
label = {0: 'Negative', 1:'Neutral', 2:'Positive'}
|
23 |
|
24 |
if user_input and button:
|