Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -759,8 +759,7 @@ The response should be in HTML format with appropriate styling."""
|
|
759 |
demo = gr.Blocks(css=custom_css, theme=theme)
|
760 |
|
761 |
|
762 |
-
|
763 |
-
with demo:
|
764 |
with gr.Tabs(elem_classes="main-tabs") as tabs:
|
765 |
with gr.Tab("Visual AI Assistant", elem_id="mouse-tab", elem_classes="mouse-tab"):
|
766 |
setting = gr.State({
|
|
|
759 |
demo = gr.Blocks(css=custom_css, theme=theme)
|
760 |
|
761 |
|
762 |
+
with demo:
|
|
|
763 |
with gr.Tabs(elem_classes="main-tabs") as tabs:
|
764 |
with gr.Tab("Visual AI Assistant", elem_id="mouse-tab", elem_classes="mouse-tab"):
|
765 |
setting = gr.State({
|