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