Redmind commited on
Commit
314075d
·
verified ·
1 Parent(s): f45d85e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -623,7 +623,7 @@ css = """
623
  border-radius: 8px; /* Make the corners rounded */
624
  border: none;
625
  padding: 10px 20px;
626
- font-size: 16px;
627
  cursor: pointer;
628
  }
629
 
@@ -658,7 +658,7 @@ with gr.Blocks(css=css, theme=gr.themes.Soft()) as demo:
658
  gr.Markdown("<div class='logout-link'><a href='/logout'>Logout</a></div>")
659
 
660
  with gr.Row():
661
- sample_button = gr.Button("What is the expected receiving date and the status of ASN24081900001",elem_classes="lg primary")
662
  sample_button1 = gr.Button("What are the active warehouses available",elem_classes="gr-button")
663
  sample_button2 = gr.Button("Explain Pre-Receiving Yard Management",elem_classes="gr-button")
664
  sample_button3 = gr.Button("Can you generate a pie chart with item names and quantities in warehouse WH",elem_classes="gr-button")
 
623
  border-radius: 8px; /* Make the corners rounded */
624
  border: none;
625
  padding: 10px 20px;
626
+ font-size: 12px;
627
  cursor: pointer;
628
  }
629
 
 
658
  gr.Markdown("<div class='logout-link'><a href='/logout'>Logout</a></div>")
659
 
660
  with gr.Row():
661
+ sample_button = gr.Button("What is the expected receiving date and the status of ASN24081900001",elem_classes="gr-button")
662
  sample_button1 = gr.Button("What are the active warehouses available",elem_classes="gr-button")
663
  sample_button2 = gr.Button("Explain Pre-Receiving Yard Management",elem_classes="gr-button")
664
  sample_button3 = gr.Button("Can you generate a pie chart with item names and quantities in warehouse WH",elem_classes="gr-button")