Spaces:
Running
on
Zero
Running
on
Zero
prithivMLmods
commited on
Commit
•
016bf4c
1
Parent(s):
e87523e
Update app.py
Browse files
app.py
CHANGED
@@ -190,7 +190,7 @@ examples = [
|
|
190 |
]
|
191 |
|
192 |
css = '''
|
193 |
-
.gradio-container{max-width:
|
194 |
h1{text-align:center}
|
195 |
'''
|
196 |
with gr.Blocks(css=css, theme="bethecloud/storj_theme") as demo:
|
|
|
190 |
]
|
191 |
|
192 |
css = '''
|
193 |
+
.gradio-container{max-width: 580px !important}
|
194 |
h1{text-align:center}
|
195 |
'''
|
196 |
with gr.Blocks(css=css, theme="bethecloud/storj_theme") as demo:
|