Spaces:
Running
Running
prithivMLmods
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -186,7 +186,7 @@ examples = [
|
|
186 |
]
|
187 |
|
188 |
css = '''
|
189 |
-
.gradio-container{max-width:
|
190 |
h1{text-align:center}
|
191 |
'''
|
192 |
with gr.Blocks(css=css, theme="xiaobaiyuan/theme_brief") as demo:
|
|
|
186 |
]
|
187 |
|
188 |
css = '''
|
189 |
+
.gradio-container{max-width: 560px !important}
|
190 |
h1{text-align:center}
|
191 |
'''
|
192 |
with gr.Blocks(css=css, theme="xiaobaiyuan/theme_brief") as demo:
|