Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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
|
| 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 |
|