Spaces:
Sleeping
Sleeping
Commit
•
11a599b
1
Parent(s):
3547857
Update app.py
Browse files
app.py
CHANGED
@@ -18,7 +18,7 @@ with gr.Blocks() as demo:
|
|
18 |
src="https://huggingface.co/datasets/{name}/embed/viewer/default/train"
|
19 |
frameborder="0"
|
20 |
width="100%"
|
21 |
-
height="
|
22 |
></iframe>
|
23 |
"""
|
24 |
return gr.HTML(value=html_code)
|
|
|
18 |
src="https://huggingface.co/datasets/{name}/embed/viewer/default/train"
|
19 |
frameborder="0"
|
20 |
width="100%"
|
21 |
+
height="1000px"
|
22 |
></iframe>
|
23 |
"""
|
24 |
return gr.HTML(value=html_code)
|