akh1r0ck commited on
Commit
f96566a
·
1 Parent(s): 7e2a60e
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -127,11 +127,11 @@ if __name__=="__main__":
127
 
128
  custom_theme = gr.themes.Base(
129
  primary_hue="zinc",
130
- neutral_hue="slate",
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
  }"