Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -35,7 +35,7 @@ def main():
|
|
35 |
placeholder="type here",
|
36 |
label="Input",
|
37 |
),
|
38 |
-
outputs=
|
39 |
title="Sentiment Classification",
|
40 |
)
|
41 |
|
|
|
35 |
placeholder="type here",
|
36 |
label="Input",
|
37 |
),
|
38 |
+
outputs="label",
|
39 |
title="Sentiment Classification",
|
40 |
)
|
41 |
|