lalitwale100 commited on
Commit
deb0770
·
verified ·
1 Parent(s): ff418f7

Updated app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -177,7 +177,8 @@ with st.expander("Example Questions"):
177
  "Get the total number of ['firewall', 'router', 'switch', 'server', 'access_point'] with high CPU usage.",
178
  "Get the total bandwidth usage of access_point FW1.",
179
  "Get the total uptime of all ['firewall', 'router', 'switch', 'server', 'access_point'].",
180
- "Get the total number of ['firewall', 'router', 'switch', 'server', 'access_point']."
 
181
  ]
182
 
183
  for i in range(len(example_questions)):
 
177
  "Get the total number of ['firewall', 'router', 'switch', 'server', 'access_point'] with high CPU usage.",
178
  "Get the total bandwidth usage of access_point FW1.",
179
  "Get the total uptime of all ['firewall', 'router', 'switch', 'server', 'access_point'].",
180
+ "Get the total number of ['firewall', 'router', 'switch', 'server', 'access_point'].",
181
+ "Find the top 5 devices with the highest data usage, grouped by region and filtering for data usage greater than 10GB."
182
  ]
183
 
184
  for i in range(len(example_questions)):