prithivMLmods commited on
Commit
7b3a7fc
·
verified ·
1 Parent(s): d98dd2f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -331,7 +331,8 @@ css = '''
331
  h1{text-align:center}
332
  '''
333
  #with gr.Blocks(css=css, theme="bethecloud/storj_theme", js=js_func) as demo:
334
- with gr.Blocks(css=css, theme="bethecloud/storj_theme") as demo:
 
335
  gr.Markdown(DESCRIPTION)
336
  gr.DuplicateButton(
337
  value="Duplicate Space for private use",
 
331
  h1{text-align:center}
332
  '''
333
  #with gr.Blocks(css=css, theme="bethecloud/storj_theme", js=js_func) as demo:
334
+ #with gr.Blocks(css=css, theme="bethecloud/storj_theme") as demo:
335
+ with gr.Blocks(css=css, theme="Nymbo/Alyx_Theme") as demo:
336
  gr.Markdown(DESCRIPTION)
337
  gr.DuplicateButton(
338
  value="Duplicate Space for private use",