Nischal Subedi
commited on
Commit
·
4fbd24d
1
Parent(s):
7b7dadd
UI update
Browse files
app.py
CHANGED
@@ -798,8 +798,8 @@ Answer:"""
|
|
798 |
}
|
799 |
"""
|
800 |
|
801 |
-
#
|
802 |
-
custom_theme = gr.themes.Default(primary_hue="orange", secondary_hue="neutral", neutral_hue="
|
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"):
|