Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -39,7 +39,7 @@ interface = gr.Interface(
|
|
| 39 |
fn=predict_sentiment,
|
| 40 |
inputs=gr.Textbox(lines=3, placeholder="Enter text..."),
|
| 41 |
outputs=gr.Textbox(), # Display output as plain text
|
| 42 |
-
title="
|
| 43 |
description="Enter a sentence to analyze its sentiment (Positive, Neutral, Negative).",
|
| 44 |
)
|
| 45 |
|
|
|
|
| 39 |
fn=predict_sentiment,
|
| 40 |
inputs=gr.Textbox(lines=3, placeholder="Enter text..."),
|
| 41 |
outputs=gr.Textbox(), # Display output as plain text
|
| 42 |
+
title="Sentiment Analysis App",
|
| 43 |
description="Enter a sentence to analyze its sentiment (Positive, Neutral, Negative).",
|
| 44 |
)
|
| 45 |
|