openfree commited on
Commit
c7ce94a
·
verified ·
1 Parent(s): a3e8efd

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
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({