Spaces:
Runtime error
Runtime error
Commit ·
8c08f6c
1
Parent(s): d59c1ac
Update app.py
Browse files
app.py
CHANGED
|
@@ -10,6 +10,5 @@ def get_sentiment(input_text):
|
|
| 10 |
iface = gr.Interface(fn=get_sentiment,
|
| 11 |
inputs="text",
|
| 12 |
outputs=["text"],
|
| 13 |
-
title="Sentiment Analysis"
|
| 14 |
-
theme='dark')
|
| 15 |
iface.launch(inline=False)
|
|
|
|
| 10 |
iface = gr.Interface(fn=get_sentiment,
|
| 11 |
inputs="text",
|
| 12 |
outputs=["text"],
|
| 13 |
+
title="Sentiment Analysis")
|
|
|
|
| 14 |
iface.launch(inline=False)
|