zyliu commited on
Commit
c657cf9
·
verified ·
1 Parent(s): 9dd3970

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -27,7 +27,7 @@ iframe_html = """
27
  </body>
28
  </html>
29
  """
30
- iframe_html = f'<iframe src="{backend_url}" width="100%" height="800"></iframe>'
31
  #iframe_html = iframe_html.replace("{{backend_url}}", backend_url)
32
  # components.html(iframe_html, height=1200)
33
  components.html(iframe_html, height=800)
 
27
  </body>
28
  </html>
29
  """
30
+ iframe_html = f'<iframe src="http://139.196.83.164:11000/" width="100%" height="800"></iframe>'
31
  #iframe_html = iframe_html.replace("{{backend_url}}", backend_url)
32
  # components.html(iframe_html, height=1200)
33
  components.html(iframe_html, height=800)