amirkiarafiei commited on
Commit
3c086f7
·
1 Parent(s): e087162

feat: queries for scatter and box plot

Browse files
Files changed (1) hide show
  1. app.py +3 -1
app.py CHANGED
@@ -150,7 +150,9 @@ with gr.Blocks(css=custom_css, theme=xtheme) as demo:
150
  "How many customers are in each industry?",
151
  "List the 5 most active agents by ticket count in 2025.",
152
  "How many tickets were reopened at least once?",
153
- "In which of the records, have the customer provided positive feedback as a result of the service they got?"
 
 
154
  ],
155
  save_history=True,
156
  type="messages"
 
150
  "How many customers are in each industry?",
151
  "List the 5 most active agents by ticket count in 2025.",
152
  "How many tickets were reopened at least once?",
153
+ "In which of the records, have the customer provided positive feedback as a result of the service they got?",
154
+ "Show the number of comments per ticket, grouped by channel (email, chat, portal), for tickets with comments. Visualize using box plot.",
155
+ "Display the number of tickets and average reopen count per customer, colored by industry, for customers with resolved tickets. Visualize using Scatter Plot."
156
  ],
157
  save_history=True,
158
  type="messages"