Spaces:
Running
on
Zero
Running
on
Zero
prithivMLmods
commited on
Commit
•
2795841
1
Parent(s):
d5491a1
Update app.py
Browse files
app.py
CHANGED
@@ -190,10 +190,10 @@ examples = [
|
|
190 |
]
|
191 |
|
192 |
css = '''
|
193 |
-
.gradio-container{max-width:
|
194 |
h1{text-align:center}
|
195 |
'''
|
196 |
-
with gr.Blocks(css=css, theme="
|
197 |
gr.Markdown(DESCRIPTION)
|
198 |
gr.DuplicateButton(
|
199 |
value="Duplicate Space for private use",
|
|
|
190 |
]
|
191 |
|
192 |
css = '''
|
193 |
+
.gradio-container{max-width: 560px !important}
|
194 |
h1{text-align:center}
|
195 |
'''
|
196 |
+
with gr.Blocks(css=css, theme="bethecloud/storj_theme") as demo:
|
197 |
gr.Markdown(DESCRIPTION)
|
198 |
gr.DuplicateButton(
|
199 |
value="Duplicate Space for private use",
|