Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -50,6 +50,7 @@ st.set_page_config(
|
|
50 |
}
|
51 |
)
|
52 |
|
|
|
53 |
# Custom CSS to make the progress bar larger
|
54 |
st.markdown("""
|
55 |
<style>
|
@@ -60,6 +61,7 @@ st.markdown("""
|
|
60 |
height: 120% !important;
|
61 |
}
|
62 |
</style>""", unsafe_allow_html=True)
|
|
|
63 |
|
64 |
# Sidebar
|
65 |
st.sidebar.image("logo-wordlift.png")
|
|
|
50 |
}
|
51 |
)
|
52 |
|
53 |
+
'''
|
54 |
# Custom CSS to make the progress bar larger
|
55 |
st.markdown("""
|
56 |
<style>
|
|
|
61 |
height: 120% !important;
|
62 |
}
|
63 |
</style>""", unsafe_allow_html=True)
|
64 |
+
'''
|
65 |
|
66 |
# Sidebar
|
67 |
st.sidebar.image("logo-wordlift.png")
|