pratyushmaini commited on
Commit
bb36e68
·
1 Parent(s): 33783bd

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -94,10 +94,9 @@ footer {
94
  """
95
 
96
 
97
-
98
  with gr.Blocks(theme=gr.themes.Default(
99
  primary_hue="blue",
100
- secondary_hue="gold",
101
  font=["Crimson Pro", "Palatino", "serif"]
102
  ), css=css) as demo:
103
  # Custom header with branding - removed the hr element
 
94
  """
95
 
96
 
 
97
  with gr.Blocks(theme=gr.themes.Default(
98
  primary_hue="blue",
99
+ secondary_hue="yellow", # Using yellow instead of gold which isn't available
100
  font=["Crimson Pro", "Palatino", "serif"]
101
  ), css=css) as demo:
102
  # Custom header with branding - removed the hr element