Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
|
@@ -30,4 +30,4 @@ iframe_html = """
|
|
| 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)
|
|
|
|
| 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)
|