petrified commited on
Commit
74820c4
·
verified ·
1 Parent(s): 8329297

Update app.py

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