JunchuanYu commited on
Commit
4bd0f1d
1 Parent(s): 0f5d28c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +7 -7
app.py CHANGED
@@ -20,13 +20,13 @@ with open("custom.css", "r", encoding="utf-8") as f:
20
 
21
  with gr.Blocks(
22
  css=customCSS,
23
- theme=gr.themes.Soft(
24
- primary_hue=gr.themes.Color(
25
- c50="#7b68ee"),
26
- secondary_hue=gr.themes.Color(
27
- c50="#576b95"),
28
- neutral_hue=gr.themes.Color(
29
- name="gray"),
30
  radius_size=gr.themes.sizes.radius_sm,
31
  ).set(
32
  button_primary_background_fill="#708090",
 
20
 
21
  with gr.Blocks(
22
  css=customCSS,
23
+ # theme=gr.themes.Soft(
24
+ # primary_hue=gr.themes.Color(
25
+ # c50="#7b68ee"),
26
+ # secondary_hue=gr.themes.Color(
27
+ # c50="#576b95"),
28
+ # neutral_hue=gr.themes.Color(
29
+ # name="gray"),
30
  radius_size=gr.themes.sizes.radius_sm,
31
  ).set(
32
  button_primary_background_fill="#708090",