Update app.py
Browse files
app.py
CHANGED
|
@@ -10,6 +10,6 @@ iface = gr.Interface(fn = get_sentiment,
|
|
| 10 |
inputs = "text",
|
| 11 |
outputs = ["text"],
|
| 12 |
title = "Sentiment Analysis",
|
| 13 |
-
description = "Ciao")
|
| 14 |
|
| 15 |
iface.launch(inline = False)
|
|
|
|
| 10 |
inputs = "text",
|
| 11 |
outputs = ["text"],
|
| 12 |
title = "Sentiment Analysis",
|
| 13 |
+
description = "Ciao!")
|
| 14 |
|
| 15 |
iface.launch(inline = False)
|