Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -34,4 +34,4 @@ iframe_html = """
|
|
34 |
</html>
|
35 |
"""
|
36 |
iframe_html = iframe_html.replace("{{backend_url}}", backend_url)
|
37 |
-
components.html(
|
|
|
34 |
</html>
|
35 |
"""
|
36 |
iframe_html = iframe_html.replace("{{backend_url}}", backend_url)
|
37 |
+
components.html("https://internvl.opengvlab.com/", height=1200)
|