zyliu commited on
Commit
a0d4a74
·
verified ·
1 Parent(s): 0b7be03

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -28,4 +28,5 @@ iframe_html = """
28
  </html>
29
  """
30
  iframe_html = iframe_html.replace("{{backend_url}}", backend_url)
31
- components.html(iframe_html, height=1200)
 
 
28
  </html>
29
  """
30
  iframe_html = iframe_html.replace("{{backend_url}}", backend_url)
31
+ # components.html(iframe_html, height=1200)
32
+ components.html(iframe_html)