Dagfinn1962 commited on
Commit
25849f1
·
verified ·
1 Parent(s): 949f0a9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -30,8 +30,8 @@ def generate(starting_text):
30
  return response_end
31
 
32
  with grad.Blocks(theme = grad.themes.Glass(
33
- primary_hue="rose",
34
- secondary_hue="indigo",
35
  neutral_hue=grad.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
 
 
30
  return response_end
31
 
32
  with grad.Blocks(theme = grad.themes.Glass(
33
+ primary_hue="#000000",
34
+ secondary_hue="#FFFFFF",
35
  neutral_hue=grad.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