Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
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",
|