Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -24,15 +24,8 @@ 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 |
-
st.markdown(f'''
|
31 |
-
<style>
|
32 |
-
section[data-testid="stSidebar"] .css-ng1t4o {{width: 14rem;}}
|
33 |
-
section[data-testid="stSidebar"] .css-1d391kg {{width: 14rem;}}
|
34 |
-
</style>
|
35 |
-
''',unsafe_allow_html=True)
|
36 |
|
37 |
# query params exist
|
38 |
try:
|
|
|
24 |
|
25 |
# Render iframe contents
|
26 |
width=1024
|
27 |
+
height=1280
|
28 |
st.components.v1.iframe(src, width, height, scrolling=True)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
29 |
|
30 |
# query params exist
|
31 |
try:
|