Update app.py
Browse filesremove background fill coloe
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 |
|