Dagfinn1962 commited on
Commit
8b48414
·
verified ·
1 Parent(s): b7e68fc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +7 -1
app.py CHANGED
@@ -33,8 +33,14 @@ with grad.Blocks(theme = grad.themes.Glass(
33
  primary_hue="rose",
34
  secondary_hue="indigo",
35
  neutral_hue=gr.themes.Color(c100="#d1fae5", c200="#a7f3d0", c300="#6ee7b7", c400="#34d399", c50="#131514", c500="#0a0b0a", c600="#059669", c700="#047857", c800="#065f46", c900="#064e3b", c950="#054436"),
36
- )as demo:
37
 
 
 
 
 
 
 
38
  #with gr.Blocks(theme=theme) as demo:
39
  ...
40
  #with grad.Blocks(theme='soft') as demo:
 
33
  primary_hue="rose",
34
  secondary_hue="indigo",
35
  neutral_hue=gr.themes.Color(c100="#d1fae5", c200="#a7f3d0", c300="#6ee7b7", c400="#34d399", c50="#131514", c500="#0a0b0a", c600="#059669", c700="#047857", c800="#065f46", c900="#064e3b", c950="#054436"),
36
+ ))as demo:
37
 
38
+
39
+
40
+
41
+
42
+
43
+
44
  #with gr.Blocks(theme=theme) as demo:
45
  ...
46
  #with grad.Blocks(theme='soft') as demo: