Roland Ding commited on
Commit
ae18beb
·
1 Parent(s): 48a3e4c

1.0.1.4 updated the theme to soft with primary hue sky, updated the save button as primary.

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -20,7 +20,7 @@ def init_app():
20
 
21
  with gr.Blocks(
22
  css="footer {visibility: hidden}",
23
- theme='JohnSmith9982/small_and_pretty',
24
  title="Billing"
25
  ) as ui:
26
 
@@ -36,7 +36,7 @@ with gr.Blocks(
36
 
37
  with gr.Row():
38
  payment_reset_button = gr.Button("Reset")
39
- payment_save_button = gr.Button("Save")
40
 
41
  gr.HTML("<h2>Invoices List</h2>")
42
  invoices_table = gr.DataFrame(
 
20
 
21
  with gr.Blocks(
22
  css="footer {visibility: hidden}",
23
+ theme=gr.themes.Soft(primary_hue="sky"),
24
  title="Billing"
25
  ) as ui:
26
 
 
36
 
37
  with gr.Row():
38
  payment_reset_button = gr.Button("Reset")
39
+ payment_save_button = gr.Button("Save",variant="primary")
40
 
41
  gr.HTML("<h2>Invoices List</h2>")
42
  invoices_table = gr.DataFrame(