Jan Mühlnikel
commited on
Commit
·
e32d7cf
1
Parent(s):
56fd0b1
adjusted space to top
Browse files
app.py
CHANGED
@@ -13,7 +13,7 @@ import similarity_page
|
|
13 |
st.markdown("""
|
14 |
<style>
|
15 |
.reportview-container .main .block-container{
|
16 |
-
padding-top:
|
17 |
}
|
18 |
</style>
|
19 |
""", unsafe_allow_html=True)
|
|
|
13 |
st.markdown("""
|
14 |
<style>
|
15 |
.reportview-container .main .block-container{
|
16 |
+
padding-top: 1rem; /* Adjust the value as needed */
|
17 |
}
|
18 |
</style>
|
19 |
""", unsafe_allow_html=True)
|