Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -68,12 +68,12 @@ if st.button('generate'):
|
|
68 |
st.markdown(
|
69 |
"""
|
70 |
<style>
|
71 |
-
<div width="
|
72 |
[data-testid="stSidebar"][aria-expanded="true"] > div:first-child {
|
73 |
-
width:
|
74 |
}
|
75 |
[data-testid="stSidebar"][aria-expanded="false"] > div:first-child {
|
76 |
-
width:
|
77 |
margin-left: -500px;
|
78 |
}
|
79 |
</style>
|
|
|
68 |
st.markdown(
|
69 |
"""
|
70 |
<style>
|
71 |
+
<div width="1050px" data-testid="stVerticalBlock" class="css-1ih2q7l e1tzin5v0">
|
72 |
[data-testid="stSidebar"][aria-expanded="true"] > div:first-child {
|
73 |
+
width: 100px;
|
74 |
}
|
75 |
[data-testid="stSidebar"][aria-expanded="false"] > div:first-child {
|
76 |
+
width: 200px;
|
77 |
margin-left: -500px;
|
78 |
}
|
79 |
</style>
|