awacke1 commited on
Commit
3bf4cca
·
1 Parent(s): 3ba8afc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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, 600, 100)
28
- height = st.sidebar.slider("Height", 200, 1500, 300, 100)
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