Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -24,7 +24,7 @@ def SetIframeURL(option_selected):
|
|
24 |
|
25 |
# Render iframe contents
|
26 |
width=1024
|
27 |
-
height=
|
28 |
st.components.v1.iframe(src, width, height, scrolling=True)
|
29 |
|
30 |
# query params exist
|
|
|
24 |
|
25 |
# Render iframe contents
|
26 |
width=1024
|
27 |
+
height=1024
|
28 |
st.components.v1.iframe(src, width, height, scrolling=True)
|
29 |
|
30 |
# query params exist
|