Dagfinn1962 commited on
Commit
85a4c44
1 Parent(s): 11df30d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -112,9 +112,9 @@ def call_inf_server(prompt, openai_key):
112
 
113
  with gr.Blocks(
114
  theme=gr.themes.Glass(
115
- primary_hue="amber",
116
- secondary_hue="neutral",
117
- neutral_hue="rose",
118
  ),
119
 
120
  ) as demo:
 
112
 
113
  with gr.Blocks(
114
  theme=gr.themes.Glass(
115
+ primary_hue="lime",
116
+ secondary_hue="emerald",
117
+ neutral_hue="zinc",
118
  ),
119
 
120
  ) as demo: