Spaces:
Running
on
Zero
Running
on
Zero
prithivMLmods
commited on
Commit
•
e90aa01
1
Parent(s):
828c7f6
Update app.py
Browse files
app.py
CHANGED
@@ -182,7 +182,7 @@ examples = [
|
|
182 |
]
|
183 |
|
184 |
css = '''
|
185 |
-
.gradio-container{max-width:
|
186 |
h1{text-align:center}
|
187 |
'''
|
188 |
with gr.Blocks(css=css, theme="finlaymacklon/smooth_slate") as demo:
|
|
|
182 |
]
|
183 |
|
184 |
css = '''
|
185 |
+
.gradio-container{max-width: 700px !important}
|
186 |
h1{text-align:center}
|
187 |
'''
|
188 |
with gr.Blocks(css=css, theme="finlaymacklon/smooth_slate") as demo:
|