polinaeterna HF staff commited on
Commit
984da49
1 Parent(s): 11a599b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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="1000px"
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="700px"
22
  ></iframe>
23
  """
24
  return gr.HTML(value=html_code)