Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -440,7 +440,7 @@ def create_advanced_options():
|
|
440 |
]
|
441 |
|
442 |
# Define the Gradio interface with tabs
|
443 |
-
with gr.Blocks(theme=gr.themes.Glass(
|
444 |
with gr.Row(elem_id="title-row"):
|
445 |
gr.Markdown(
|
446 |
"""
|
|
|
440 |
]
|
441 |
|
442 |
# Define the Gradio interface with tabs
|
443 |
+
with gr.Blocks(theme=gr.themes.Glass()) as iface:
|
444 |
with gr.Row(elem_id="title-row"):
|
445 |
gr.Markdown(
|
446 |
"""
|