Spaces:
Sleeping
Sleeping
title
Browse files
app.py
CHANGED
|
@@ -13,8 +13,8 @@ app = gr.Interface(
|
|
| 13 |
fn=score_text,
|
| 14 |
inputs=["textbox"],
|
| 15 |
outputs=["textbox"],
|
| 16 |
-
title="
|
| 17 |
-
description="Enter any text to instantly analyze its sentiment using a state-of-the-art machine learning model. The app will determine whether the sentiment is positive, negative, or neutral, and display the confidence score for the prediction."
|
| 18 |
)
|
| 19 |
|
| 20 |
app.launch()
|
|
|
|
| 13 |
fn=score_text,
|
| 14 |
inputs=["textbox"],
|
| 15 |
outputs=["textbox"],
|
| 16 |
+
title="Sentiment Analysis App π€ππ ",
|
| 17 |
+
description="### Enter any text to instantly analyze its sentiment using a state-of-the-art machine learning model. The app will determine whether the sentiment is positive, negative, or neutral, and display the confidence score for the prediction."
|
| 18 |
)
|
| 19 |
|
| 20 |
app.launch()
|