Jan Mühlnikel
commited on
Commit
·
6c6e557
1
Parent(s):
e32d7cf
adjusted space to top
Browse files
app.py
CHANGED
@@ -11,12 +11,15 @@ import similarity_page
|
|
11 |
|
12 |
# reduce space to the top
|
13 |
st.markdown("""
|
14 |
-
|
15 |
-
|
16 |
-
|
17 |
-
|
18 |
-
|
19 |
-
|
|
|
|
|
|
|
20 |
|
21 |
# NAVBAR
|
22 |
navbar = show_navbar()
|
|
|
11 |
|
12 |
# reduce space to the top
|
13 |
st.markdown("""
|
14 |
+
<style>
|
15 |
+
.block-container {
|
16 |
+
padding-top: 1rem;
|
17 |
+
padding-bottom: 0rem;
|
18 |
+
padding-left: 5rem;
|
19 |
+
padding-right: 5rem;
|
20 |
+
}
|
21 |
+
</style>
|
22 |
+
""", unsafe_allow_html=True)
|
23 |
|
24 |
# NAVBAR
|
25 |
navbar = show_navbar()
|