Spaces:
Running
on
Zero
Running
on
Zero
prithivMLmods
commited on
Commit
•
06c6cfd
1
Parent(s):
e90aa01
Update app.py
Browse files
app.py
CHANGED
@@ -185,7 +185,7 @@ css = '''
|
|
185 |
.gradio-container{max-width: 700px !important}
|
186 |
h1{text-align:center}
|
187 |
'''
|
188 |
-
with gr.Blocks(css=css, theme="
|
189 |
gr.Markdown(DESCRIPTION)
|
190 |
gr.DuplicateButton(
|
191 |
value="Duplicate Space for private use",
|
|
|
185 |
.gradio-container{max-width: 700px !important}
|
186 |
h1{text-align:center}
|
187 |
'''
|
188 |
+
with gr.Blocks(css=css, theme="bethecloud/storj_theme") as demo:
|
189 |
gr.Markdown(DESCRIPTION)
|
190 |
gr.DuplicateButton(
|
191 |
value="Duplicate Space for private use",
|