Spaces:
Running
Running
with gr.Blocks() as demo:
Browse files
app.py
CHANGED
@@ -812,20 +812,7 @@ def next_slide():
|
|
812 |
def get_video_id():
|
813 |
return VIDEO_ID
|
814 |
|
815 |
-
|
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/[email protected]"></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)
|