Nischal Subedi commited on
Commit
4fbd24d
·
1 Parent(s): 7b7dadd
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -798,8 +798,8 @@ Answer:"""
798
  }
799
  """
800
 
801
- # Explicitly set Gradio theme to avoid platform defaults
802
- custom_theme = gr.themes.Default(primary_hue="orange", secondary_hue="neutral", neutral_hue="beige")
803
 
804
  with gr.Blocks(css=custom_css, theme=custom_theme, title="Landlord-Tenant Rights Assistant") as demo:
805
  with gr.Group(elem_classes="app-header-wrapper"):
 
798
  }
799
  """
800
 
801
+ # Use a valid color shortcut for neutral_hue
802
+ custom_theme = gr.themes.Default(primary_hue="orange", secondary_hue="neutral", neutral_hue="sand")
803
 
804
  with gr.Blocks(css=custom_css, theme=custom_theme, title="Landlord-Tenant Rights Assistant") as demo:
805
  with gr.Group(elem_classes="app-header-wrapper"):