Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -330,7 +330,7 @@ examples = [
|
|
330 |
]
|
331 |
|
332 |
css = '''
|
333 |
-
.gradio-container{max-width:
|
334 |
h1{text-align:center}
|
335 |
'''
|
336 |
#with gr.Blocks(css=css, theme="bethecloud/storj_theme", js=js_func) as demo:
|
|
|
330 |
]
|
331 |
|
332 |
css = '''
|
333 |
+
.gradio-container{max-width: 600px !important}
|
334 |
h1{text-align:center}
|
335 |
'''
|
336 |
#with gr.Blocks(css=css, theme="bethecloud/storj_theme", js=js_func) as demo:
|