carisackc commited on
Commit
0538599
1 Parent(s): ef39de3

Update app.py

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