youngtsai commited on
Commit
27bd0db
1 Parent(s): 7ab5e1e

with gr.Blocks() as demo:

Browse files
Files changed (1) hide show
  1. app.py +1 -14
app.py CHANGED
@@ -812,20 +812,7 @@ def next_slide():
812
  def get_video_id():
813
  return VIDEO_ID
814
 
815
- HEAD = """
816
- <meta charset="UTF-8">
817
- <meta name="viewport" content="width=device-width, initial-scale=1.0">
818
- <style>
819
- svg.markmap {{
820
- width: 100%;
821
- height: 100vh;
822
- }}
823
- </style>
824
- <script src="https://cdn.jsdelivr.net/npm/markmap-autoloader@0.15.2"></script>
825
- """
826
-
827
-
828
- with gr.Blocks(head=HEAD) as demo:
829
  with gr.Row():
830
  with gr.Column():
831
  file_upload = gr.File(label="Upload your CSV or Word file", visible=False)
 
812
  def get_video_id():
813
  return VIDEO_ID
814
 
815
+ with gr.Blocks() as demo:
 
 
 
 
 
 
 
 
 
 
 
 
 
816
  with gr.Row():
817
  with gr.Column():
818
  file_upload = gr.File(label="Upload your CSV or Word file", visible=False)