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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -1
app.py CHANGED
@@ -760,7 +760,7 @@ The response should be in HTML format with appropriate styling."""
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({
@@ -881,6 +881,8 @@ with demo:
881
  100% { transform: scale(1); }
882
  }
883
  </style>
 
 
884
 
885
 
886
  header = gr.HTML("""
 
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({
 
881
  100% { transform: scale(1); }
882
  }
883
  </style>
884
+ </div>
885
+ """)
886
 
887
 
888
  header = gr.HTML("""