joaopdrm commited on
Commit
184cc66
1 Parent(s): 156d9da

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -35,7 +35,7 @@ def main():
35
  placeholder="type here",
36
  label="Input",
37
  ),
38
- outputs=["text"],
39
  title="Sentiment Classification",
40
  )
41
 
35
  placeholder="type here",
36
  label="Input",
37
  ),
38
+ outputs="label",
39
  title="Sentiment Classification",
40
  )
41