Ari commited on
Commit
74803e8
·
1 Parent(s): 69fb04a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +7 -6
app.py CHANGED
@@ -66,12 +66,13 @@ iface = gr.Interface(
66
  title="GPT-powered Q&A with Visualization",
67
  description=markdown_data,
68
  examples=[
69
- ("Are there any trends or seasonality in calls handled?", False),
70
- ("Are there any patterns that suggest a need for additional staff during specific periods?", False),
71
- ("Can you identify any months with a significantly higher or lower number of calls handled compared to the overall average?", False),
72
- ("Are there any patterns that suggest a need for additional staff during specific periods?", False),
73
- ("", True),
74
- ],
 
75
  allow_screenshot=False,
76
  theme="compact",
77
  layout="vertical",
 
66
  title="GPT-powered Q&A with Visualization",
67
  description=markdown_data,
68
  examples=[
69
+ ["Are there any trends or seasonality in calls handled?", False],
70
+ ["Are there any patterns that suggest a need for additional staff during specific periods?", False],
71
+ ["Can you identify any months with a significantly higher or lower number of calls handled compared to the overall average?", False],
72
+ ["Are there any patterns that suggest a need for additional staff during specific periods?", False],
73
+ ["", True],
74
+ ],
75
+
76
  allow_screenshot=False,
77
  theme="compact",
78
  layout="vertical",