Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -4,7 +4,7 @@ from sentiment3d import Sentiment3D
|
|
| 4 |
|
| 5 |
s3d = Sentiment3D()
|
| 6 |
|
| 7 |
-
TITLE = "COMPASS Pathways 3D Sentiment Model"
|
| 8 |
EXAMPLES = [
|
| 9 |
"This is so awesome!",
|
| 10 |
"You're driving me up the wall!",
|
|
|
|
| 4 |
|
| 5 |
s3d = Sentiment3D()
|
| 6 |
|
| 7 |
+
TITLE = "COMPASS Pathways: 3D Sentiment Model"
|
| 8 |
EXAMPLES = [
|
| 9 |
"This is so awesome!",
|
| 10 |
"You're driving me up the wall!",
|