Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -190,7 +190,7 @@ with gr.Blocks() as demo:
|
|
| 190 |
with gr.Column():
|
| 191 |
chat_input = gr.Textbox(placeholder="Type your message here...", label="Chat")
|
| 192 |
examples = gr.Examples(
|
| 193 |
-
examples=['Top 10 prod_cate sales', 'Top product in category Seafood','Sum
|
| 194 |
inputs=chat_input
|
| 195 |
)
|
| 196 |
chat_output = gr.Textbox(label="Response", interactive=False)
|
|
|
|
| 190 |
with gr.Column():
|
| 191 |
chat_input = gr.Textbox(placeholder="Type your message here...", label="Chat")
|
| 192 |
examples = gr.Examples(
|
| 193 |
+
examples=['Top 10 prod_cate sales', 'Top product in category Seafood','Sum up the total sales amount of Lobster each day'],
|
| 194 |
inputs=chat_input
|
| 195 |
)
|
| 196 |
chat_output = gr.Textbox(label="Response", interactive=False)
|