Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -302,7 +302,7 @@ examples = [
|
|
302 |
]
|
303 |
|
304 |
css = '''
|
305 |
-
.gradio-container{max-width:
|
306 |
h1{text-align:center}
|
307 |
'''
|
308 |
with gr.Blocks(css=css, theme="bethecloud/storj_theme") as demo:
|
|
|
302 |
]
|
303 |
|
304 |
css = '''
|
305 |
+
.gradio-container{max-width: 640px !important}
|
306 |
h1{text-align:center}
|
307 |
'''
|
308 |
with gr.Blocks(css=css, theme="bethecloud/storj_theme") as demo:
|