wzkariampuzha commited on
Commit
c14e35e
1 Parent(s): 6565ba7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -22,11 +22,11 @@ st.markdown(
22
  """
23
  <style>
24
  [data-testid="stSidebar"][aria-expanded="true"] > div:first-child {
25
- width: 275px;
26
  }
27
  [data-testid="stSidebar"][aria-expanded="false"] > div:first-child {
28
- width: 275px;
29
- margin-left: -400px;
30
  }
31
  </style>
32
  """,
 
22
  """
23
  <style>
24
  [data-testid="stSidebar"][aria-expanded="true"] > div:first-child {
25
+ width: 200px;
26
  }
27
  [data-testid="stSidebar"][aria-expanded="false"] > div:first-child {
28
+ width: 200px;
29
+ margin-left: -300px;
30
  }
31
  </style>
32
  """,