Spaces:
Running
on
Zero
Running
on
Zero
Update src/app.py
Browse files- src/app.py +1 -1
src/app.py
CHANGED
@@ -184,7 +184,7 @@ footer {
|
|
184 |
"""
|
185 |
|
186 |
|
187 |
-
with gr.Blocks(theme="Nymbo/Nymbo_Theme", css=
|
188 |
|
189 |
with gr.Tab("By prompt", id="tab_prompt"):
|
190 |
with gr.Row():
|
|
|
184 |
"""
|
185 |
|
186 |
|
187 |
+
with gr.Blocks(theme="Nymbo/Nymbo_Theme", css=css) as demo:
|
188 |
|
189 |
with gr.Tab("By prompt", id="tab_prompt"):
|
190 |
with gr.Row():
|