Spaces:
Running
Running
Update app.py
Browse files
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 |
-
|
57 |
-
|
58 |
-
|
59 |
-
|
60 |
-
|
61 |
-
|
62 |
-
|
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")
|