K00B404 commited on
Commit
fd7aba9
1 Parent(s): 6f24840

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -375,7 +375,7 @@ body {
375
  """
376
 
377
 
378
- with gr.Blocks(theme='Nymbo/Nymbo_Theme', css=css) as app:
379
  gr.HTML(title_html) # title html
380
  with gr.Column(elem_id="app-container"):
381
  with gr.Row():
 
375
  """
376
 
377
 
378
+ with gr.Blocks( css=css) as app:
379
  gr.HTML(title_html) # title html
380
  with gr.Column(elem_id="app-container"):
381
  with gr.Row():