stshanks commited on
Commit
4f63229
·
verified ·
1 Parent(s): 7e25eae

Update app.py

Browse files

remove background fill coloe

Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -69,7 +69,6 @@ with open("style.css", "r") as f:
69
  custom_theme = gr.themes.Base(
70
  font=["Arial", "sans-serif"],
71
  primary_hue="#e2cb92", # GWU official gold as primary color
72
- background_fill_color="#002855", # GWU official blue as background color
73
  css=custom_css
74
  )
75
 
 
69
  custom_theme = gr.themes.Base(
70
  font=["Arial", "sans-serif"],
71
  primary_hue="#e2cb92", # GWU official gold as primary color
 
72
  css=custom_css
73
  )
74