Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -268,7 +268,7 @@ with gr.Blocks() as demo:
|
|
| 268 |
with gr.Column():
|
| 269 |
chat_input = gr.Textbox(placeholder="Type your message here...", label="Chat")
|
| 270 |
examples = gr.Examples(
|
| 271 |
-
examples=['Top 5 prod_cate sales', 'Top product in category Seafood','Total sales amount by product category each day using line chart','What are the
|
| 272 |
'Sales amount distribution by age','Sales amount distribution by gender',
|
| 273 |
'Top customer by sales amount'
|
| 274 |
],
|
|
|
|
| 268 |
with gr.Column():
|
| 269 |
chat_input = gr.Textbox(placeholder="Type your message here...", label="Chat")
|
| 270 |
examples = gr.Examples(
|
| 271 |
+
examples=['Top 5 prod_cate sales', 'Top product in category Seafood','Total sales amount by product category each day using line chart','What are the top selling at product level??',
|
| 272 |
'Sales amount distribution by age','Sales amount distribution by gender',
|
| 273 |
'Top customer by sales amount'
|
| 274 |
],
|