Spaces:
Sleeping
Sleeping
Change description
Browse files
app.py
CHANGED
@@ -26,7 +26,7 @@ demo = gr.Interface(
|
|
26 |
inputs=gr.Textbox(placeholder="Enter text to analyze..."),
|
27 |
outputs=gr.JSON(),
|
28 |
title="Text Sentiment Analysis",
|
29 |
-
description="Analyze the sentiment of text using TextBlob"
|
30 |
)
|
31 |
|
32 |
# Launch the interface and MCP server
|
|
|
26 |
inputs=gr.Textbox(placeholder="Enter text to analyze..."),
|
27 |
outputs=gr.JSON(),
|
28 |
title="Text Sentiment Analysis",
|
29 |
+
description="Analyze the sentiment of text using TextBlob. Try inputting sentences like 'I am happy cause my cat is playing!' or 'I am sad cause my cat puked!'.",
|
30 |
)
|
31 |
|
32 |
# Launch the interface and MCP server
|