Spaces:
Running
on
Zero
Running
on
Zero
Commit
·
44850e7
1
Parent(s):
29b4150
Update app.py
Browse files
app.py
CHANGED
|
@@ -102,7 +102,7 @@ examples = [
|
|
| 102 |
]
|
| 103 |
|
| 104 |
css = '''
|
| 105 |
-
.gradio-container{max-width:
|
| 106 |
h1{text-align:center}
|
| 107 |
'''
|
| 108 |
with gr.Blocks(css=css) as demo:
|
|
|
|
| 102 |
]
|
| 103 |
|
| 104 |
css = '''
|
| 105 |
+
.gradio-container{max-width: 560px !important}
|
| 106 |
h1{text-align:center}
|
| 107 |
'''
|
| 108 |
with gr.Blocks(css=css) as demo:
|