Spaces:
Running
Running
Update app.py
Browse files
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)
|