Merge branch 'demo-tmp-memory' of https://github.com/pia-team/query_mcp_server into demo-tmp-memory
Browse files
app.py
CHANGED
|
@@ -153,7 +153,9 @@ with gr.Blocks(css=custom_css, theme=xtheme) as demo:
|
|
| 153 |
"How many customers are in each industry?",
|
| 154 |
"List the 5 most active agents by ticket count in 2025.",
|
| 155 |
"How many tickets were reopened at least once?",
|
| 156 |
-
"In which of the records, have the customer provided positive feedback as a result of the service they got?"
|
|
|
|
|
|
|
| 157 |
],
|
| 158 |
save_history=True,
|
| 159 |
type="messages"
|
|
|
|
| 153 |
"How many customers are in each industry?",
|
| 154 |
"List the 5 most active agents by ticket count in 2025.",
|
| 155 |
"How many tickets were reopened at least once?",
|
| 156 |
+
"In which of the records, have the customer provided positive feedback as a result of the service they got?",
|
| 157 |
+
"Show the number of comments per ticket, grouped by channel (email, chat, portal), for tickets with comments. Visualize using box plot.",
|
| 158 |
+
"Display the number of tickets and average reopen count per customer, colored by industry, for customers with resolved tickets. Visualize using Scatter Plot."
|
| 159 |
],
|
| 160 |
save_history=True,
|
| 161 |
type="messages"
|