petrified commited on
Commit
bbb6ae4
·
verified ·
1 Parent(s): 439fb3c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -195,7 +195,7 @@ with gr.Blocks() as demo:
195
  chat_output = gr.Textbox(label="Response", interactive=False)
196
 
197
  examples = gr.Examples(
198
- examples=['Top 10 prod_cate sales', 'Top product in category Seafood'],
199
  inputs=chat_input
200
  )
201
 
 
195
  chat_output = gr.Textbox(label="Response", interactive=False)
196
 
197
  examples = gr.Examples(
198
+ examples=['Top 10 prod_cate sales rank', 'Top product in category Seafood','Sum sales trend of product name called Lobster by time per day'],
199
  inputs=chat_input
200
  )
201