Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -24,8 +24,8 @@ def SetIframeURL(option_selected):
|
|
24 |
|
25 |
# Render iframe contents
|
26 |
#st.set_page_config(layout="wide")
|
27 |
-
width = st.sidebar.slider("Width", 200, 1500,
|
28 |
-
height = st.sidebar.slider("Height", 200, 1500,
|
29 |
st.components.v1.iframe(src, width, height, scrolling=True)
|
30 |
|
31 |
# query params exist
|
|
|
24 |
|
25 |
# Render iframe contents
|
26 |
#st.set_page_config(layout="wide")
|
27 |
+
width = st.sidebar.slider("Width", 200, 1500, 800, 100)
|
28 |
+
height = st.sidebar.slider("Height", 200, 1500, 900, 100)
|
29 |
st.components.v1.iframe(src, width, height, scrolling=True)
|
30 |
|
31 |
# query params exist
|