Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -90,7 +90,7 @@ if __name__ == "__main__":
|
|
90 |
fn=gradio_predict, # Function to call
|
91 |
inputs=gr.Textbox(lines=7, placeholder="Enter text here..."),
|
92 |
outputs="text", # Output type
|
93 |
-
title="MoodLens – Service-Focused Sentiment Analysis",
|
94 |
description="Moodlens is designed to evaluate the quality of service provided by the council. It looks directly at the content of the communication to identify service issues. For instance, when a resident reports a problem — such as a missing bin— Moodlens interprets that as a clear signal that something is wrong. Enter an email/chat to analyze its sentiment.",
|
95 |
examples=[
|
96 |
"The new Customer service portal is fantastic! The new images, categories and website data model is outstanding.",
|
|
|
90 |
fn=gradio_predict, # Function to call
|
91 |
inputs=gr.Textbox(lines=7, placeholder="Enter text here..."),
|
92 |
outputs="text", # Output type
|
93 |
+
title="MoodLens – Service-Focused Sentiment Analysis Agent",
|
94 |
description="Moodlens is designed to evaluate the quality of service provided by the council. It looks directly at the content of the communication to identify service issues. For instance, when a resident reports a problem — such as a missing bin— Moodlens interprets that as a clear signal that something is wrong. Enter an email/chat to analyze its sentiment.",
|
95 |
examples=[
|
96 |
"The new Customer service portal is fantastic! The new images, categories and website data model is outstanding.",
|