Dagfinn1962 commited on
Commit
984d23f
1 Parent(s): 725b69e

Update app.py

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