Spaces:
Sleeping
Sleeping
Commit
Β·
215422a
1
Parent(s):
997db33
Update app.py
Browse files
app.py
CHANGED
|
@@ -18,7 +18,7 @@ iface = gr.Interface(
|
|
| 18 |
inputs=gr.Textbox(),
|
| 19 |
outputs=gr.Textbox(),
|
| 20 |
live=True,
|
| 21 |
-
title="Sentiment Analysis App",
|
| 22 |
description="Enter a text to analyze its sentiment."
|
| 23 |
)
|
| 24 |
|
|
|
|
| 18 |
inputs=gr.Textbox(),
|
| 19 |
outputs=gr.Textbox(),
|
| 20 |
live=True,
|
| 21 |
+
title="Sentiment Analysis App ππ‘ππ",
|
| 22 |
description="Enter a text to analyze its sentiment."
|
| 23 |
)
|
| 24 |
|