Dagfinn1962 commited on
Commit
ffc285b
·
verified ·
1 Parent(s): 674e04d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -4
app.py CHANGED
@@ -30,10 +30,9 @@ def generate(starting_text):
30
  return response_end
31
 
32
  with grad.Blocks(theme = grad.themes.Glass(
33
- primary_hue="black",
34
- secondary_hue="white",
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
 
38
  #with gr.Blocks(theme=theme) as demo:
39
  ...
 
30
  return response_end
31
 
32
  with grad.Blocks(theme = grad.themes.Glass(
33
+ primary_hue="rose",
34
+ secondary_hue="teal",
35
+ neutral_hue="indigo",))as demo:
 
36
 
37
  #with gr.Blocks(theme=theme) as demo:
38
  ...