Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -26,6 +26,13 @@ def SetIframeURL(option_selected):
|
|
26 |
width=1024
|
27 |
height=1024
|
28 |
st.components.v1.iframe(src, width, height, scrolling=True)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
29 |
|
30 |
# query params exist
|
31 |
try:
|
|
|
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:
|