prithivMLmods commited on
Commit
b931dec
·
verified ·
1 Parent(s): 2981c6b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -202,7 +202,7 @@ footer {
202
  visibility: hidden; /* Existing style */
203
  }
204
  '''
205
- with gr.Blocks(css=css) as demo:
206
  gr.Markdown(DESCRIPTION)
207
  with gr.Group():
208
  with gr.Row():
 
202
  visibility: hidden; /* Existing style */
203
  }
204
  '''
205
+ with gr.Blocks(theme="YTheme/Gradient", css=css) as demo:
206
  gr.Markdown(DESCRIPTION)
207
  with gr.Group():
208
  with gr.Row():