petrified commited on
Commit
bf8f568
·
verified ·
1 Parent(s): a272828

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -268,7 +268,7 @@ with gr.Blocks() as demo:
268
  with gr.Column():
269
  chat_input = gr.Textbox(placeholder="Type your message here...", label="Chat")
270
  examples = gr.Examples(
271
- examples=['Top 5 prod_cate sales', 'Top product in category Seafood','Total sales amount by product category each day using line chart','What are the hot selling at product level??',
272
  'Sales amount distribution by age','Sales amount distribution by gender',
273
  'Top customer by sales amount'
274
  ],
 
268
  with gr.Column():
269
  chat_input = gr.Textbox(placeholder="Type your message here...", label="Chat")
270
  examples = gr.Examples(
271
+ examples=['Top 5 prod_cate sales', 'Top product in category Seafood','Total sales amount by product category each day using line chart','What are the top selling at product level??',
272
  'Sales amount distribution by age','Sales amount distribution by gender',
273
  'Top customer by sales amount'
274
  ],