petrified commited on
Commit
5603e7a
·
verified ·
1 Parent(s): 7cfe911

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -197,7 +197,7 @@ with gr.Blocks() as demo:
197
 
198
  # 示例组件,始终可见
199
  examples = gr.Examples(
200
- examples=['Top 10 prod_cate sales', 'Top product in category Seafood','sales trend of product name called lobster by time per day'],
201
  inputs=chat_input
202
  )
203
 
 
197
 
198
  # 示例组件,始终可见
199
  examples = gr.Examples(
200
+ examples=['Top 10 prod_cate sales rank', 'Top product in category Seafood','Sum sales trend of product name called Lobster per day'],
201
  inputs=chat_input
202
  )
203