Sheyz-max commited on
Commit
ec09a7e
·
1 Parent(s): 668c5fd

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -68,12 +68,12 @@ if st.button('generate'):
68
  st.markdown(
69
  """
70
  <style>
71
- <div width="1024px" data-testid="stVerticalBlock" class="css-1ih2q7l e1tzin5v0">
72
  [data-testid="stSidebar"][aria-expanded="true"] > div:first-child {
73
- width: 120px;
74
  }
75
  [data-testid="stSidebar"][aria-expanded="false"] > div:first-child {
76
- width: 500px;
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>