Spaces:
Runtime error
Runtime error
GurpreetKJ
commited on
Commit
•
00aeb31
1
Parent(s):
ced5f45
Uploaded utils
Browse files- utils/__pycache__/custom.cpython-39.pyc +0 -0
- utils/custom.py +11 -0
utils/__pycache__/custom.cpython-39.pyc
ADDED
Binary file (406 Bytes). View file
|
|
utils/custom.py
ADDED
@@ -0,0 +1,11 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
css_code: str = """
|
2 |
+
<style>
|
3 |
+
section[data-testid="stSidebar"] > div > div:nth-child(2) {
|
4 |
+
padding-top: 0.75rem !important;
|
5 |
+
}
|
6 |
+
|
7 |
+
section.main > div {
|
8 |
+
padding-top: 64px;
|
9 |
+
}
|
10 |
+
</style>
|
11 |
+
"""
|