Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
|
@@ -142,7 +142,7 @@ css = '''
|
|
| 142 |
.gradio-container{max-width: 1000px !important}
|
| 143 |
h1{text-align:center}
|
| 144 |
'''
|
| 145 |
-
with gr.Blocks(css=css, theme="Nymbo/
|
| 146 |
with gr.Row():
|
| 147 |
with gr.Column():
|
| 148 |
gr.HTML(
|
|
|
|
| 142 |
.gradio-container{max-width: 1000px !important}
|
| 143 |
h1{text-align:center}
|
| 144 |
'''
|
| 145 |
+
with gr.Blocks(css=css, theme="Nymbo/Nymbo_Theme") as demo:
|
| 146 |
with gr.Row():
|
| 147 |
with gr.Column():
|
| 148 |
gr.HTML(
|