Update app.py
Browse filesremoved primary_hue parameter
app.py
CHANGED
|
@@ -67,8 +67,7 @@ with open("style.css", "r") as f:
|
|
| 67 |
|
| 68 |
# Create a base theme (without custom CSS)
|
| 69 |
theme_obj = gr.themes.Base(
|
| 70 |
-
font=["Arial", "sans-serif"]
|
| 71 |
-
primary_hue="#e2cb92" # GWU official gold as primary color
|
| 72 |
)
|
| 73 |
|
| 74 |
# Build Gradio interface with custom CSS applied via the Blocks css parameter
|
|
|
|
| 67 |
|
| 68 |
# Create a base theme (without custom CSS)
|
| 69 |
theme_obj = gr.themes.Base(
|
| 70 |
+
font=["Arial", "sans-serif"]
|
|
|
|
| 71 |
)
|
| 72 |
|
| 73 |
# Build Gradio interface with custom CSS applied via the Blocks css parameter
|