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