Redmind commited on
Commit
9b564b0
·
verified ·
1 Parent(s): 3f151d5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -1512,8 +1512,8 @@ with gr.Blocks(css=css, theme=gr.themes.Soft()) as demo:
1512
 
1513
  # Buttons for sample queries
1514
  with gr.Row(elem_classes=["row-container"]):
1515
- sample_button3 = gr.Button("can you generate a doughnut chart with item name and quantities for warehouse DUBAIWARE", elem_classes="custom-button")
1516
- sample_button4 = gr.Button("Analyze item name & quantity for different customers in a stacked bar chart for the warehouse DUBAIWARE & send email to [email protected]", elem_classes="custom-button")
1517
 
1518
  # Chatbot component
1519
  with gr.Row():
 
1512
 
1513
  # Buttons for sample queries
1514
  with gr.Row(elem_classes=["row-container"]):
1515
+ sample_button3 = gr.Button("can you generate a doughnut chart with item name and quantities for warehouse DUBAIWARE", elem_classes="gr-buttonbig")
1516
+ sample_button4 = gr.Button("Analyze item name & quantity for different customers in a stacked bar chart for the warehouse DUBAIWARE & send email to [email protected]", elem_classes="gr-buttonbig")
1517
 
1518
  # Chatbot component
1519
  with gr.Row():