petrified commited on
Commit
ccde6d4
·
verified ·
1 Parent(s): 406158c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -190,7 +190,7 @@ with gr.Blocks() as demo:
190
  with gr.Column():
191
  chat_input = gr.Textbox(placeholder="Type your message here...", label="Chat")
192
  examples = gr.Examples(
193
- examples=['Top 10 prod_cate sales', 'Top product in category Seafood','Sum sales trend of product name called Lobster by time per day'],
194
  inputs=chat_input
195
  )
196
  chat_output = gr.Textbox(label="Response", interactive=False)
 
190
  with gr.Column():
191
  chat_input = gr.Textbox(placeholder="Type your message here...", label="Chat")
192
  examples = gr.Examples(
193
+ examples=['Top 10 prod_cate sales', 'Top product in category Seafood','Sum up the total sales amount of Lobster each day'],
194
  inputs=chat_input
195
  )
196
  chat_output = gr.Textbox(label="Response", interactive=False)