stshanks commited on
Commit
9391917
·
verified ·
1 Parent(s): 74db6a6

Update app.py

Browse files

removed primary_hue parameter

Files changed (1) hide show
  1. app.py +1 -2
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