Update app.py
Browse files
app.py
CHANGED
@@ -46,7 +46,7 @@ if __name__ == "__main__":
|
|
46 |
fn = func_SentimentAnalysis,
|
47 |
inputs = gr.Textbox(placeholder="Enter text to analyze..."),
|
48 |
outputs = gr.JSON(),
|
49 |
-
title = "Text Sentiment Analysis",
|
50 |
description = "Analyze the sentiment of text using TextBlob"
|
51 |
)
|
52 |
|
|
|
46 |
fn = func_SentimentAnalysis,
|
47 |
inputs = gr.Textbox(placeholder="Enter text to analyze..."),
|
48 |
outputs = gr.JSON(),
|
49 |
+
title = "MCP-Server: Text Sentiment Analysis",
|
50 |
description = "Analyze the sentiment of text using TextBlob"
|
51 |
)
|
52 |
|