Spaces:
Runtime error
Runtime error
akh1r0ck
commited on
Commit
·
f96566a
1
Parent(s):
7e2a60e
[update]
Browse files
app.py
CHANGED
@@ -127,11 +127,11 @@ if __name__=="__main__":
|
|
127 |
|
128 |
custom_theme = gr.themes.Base(
|
129 |
primary_hue="zinc",
|
130 |
-
neutral_hue="
|
131 |
)
|
132 |
|
133 |
with gr.Blocks(
|
134 |
-
theme=custom_theme,
|
135 |
css=".gradio-container {\
|
136 |
background: url('file=./assets/codioful-formerly-gradienta-bKESVqfxass-unsplash.jpg')\
|
137 |
}"
|
|
|
127 |
|
128 |
custom_theme = gr.themes.Base(
|
129 |
primary_hue="zinc",
|
130 |
+
neutral_hue="neutral",
|
131 |
)
|
132 |
|
133 |
with gr.Blocks(
|
134 |
+
# theme=custom_theme,
|
135 |
css=".gradio-container {\
|
136 |
background: url('file=./assets/codioful-formerly-gradienta-bKESVqfxass-unsplash.jpg')\
|
137 |
}"
|