awacke1 commited on
Commit
da15cba
·
1 Parent(s): 324a232

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -8
app.py CHANGED
@@ -24,15 +24,8 @@ def SetIframeURL(option_selected):
24
 
25
  # Render iframe contents
26
  width=1024
27
- height=1024
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: