cyberandy commited on
Commit
7633bb6
·
verified ·
1 Parent(s): 7a00c67

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +8 -12
app.py CHANGED
@@ -52,18 +52,14 @@ st.set_page_config(
52
 
53
  # Custom CSS to make the progress bar larger
54
  st.markdown("""
55
- <style>
56
- /* Target the container of the progress bar and increase its height */
57
- .stProgress > div {
58
- height: 50px; /* Or any other height you prefer */
59
- }
60
-
61
- /* Optionally, if you want to increase the height of the filled portion as well */
62
- .stProgress > div > div {
63
- height: 50px; /* This should match the container height for a consistent look */
64
- }
65
- </style>
66
- """, unsafe_allow_html=True)
67
 
68
  # Sidebar
69
  st.sidebar.image("logo-wordlift.png")
 
52
 
53
  # Custom CSS to make the progress bar larger
54
  st.markdown("""
55
+ <style>
56
+ section[data-testid="stSidebar"][aria-expanded="true"]{
57
+ height: 120% !important;
58
+ }
59
+ section[data-testid="stSidebar"][aria-expanded="false"]{
60
+ height: 120% !important;
61
+ }
62
+ </style>""", unsafe_allow_html=True)
 
 
 
 
63
 
64
  # Sidebar
65
  st.sidebar.image("logo-wordlift.png")