GurpreetKJ's picture
Uploaded utils
00aeb31
raw
history blame contribute delete
222 Bytes
css_code: str = """
<style>
section[data-testid="stSidebar"] > div > div:nth-child(2) {
padding-top: 0.75rem !important;
}
section.main > div {
padding-top: 64px;
}
</style>
"""