Spaces:
Running
Running
decreased space between banner and content
Browse files- app.py +6 -6
- static/s2f_styles.css +1 -1
app.py
CHANGED
|
@@ -121,12 +121,6 @@ st.markdown("""
|
|
| 121 |
</div>
|
| 122 |
""", unsafe_allow_html=True)
|
| 123 |
|
| 124 |
-
st.markdown(f"""
|
| 125 |
-
<div class="footer-citation">
|
| 126 |
-
<span>If you find this software useful, please cite: {CITATION}</span>
|
| 127 |
-
</div>
|
| 128 |
-
""", unsafe_allow_html=True)
|
| 129 |
-
|
| 130 |
# Folders
|
| 131 |
ckp_base = get_ckp_base(S2F_ROOT)
|
| 132 |
|
|
@@ -561,3 +555,9 @@ elif run and batch_mode and not has_batch:
|
|
| 561 |
|
| 562 |
st.sidebar.markdown('<div class="sidebar-section"><span class="section-title"></span></div>', unsafe_allow_html=True)
|
| 563 |
render_system_status()
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 121 |
</div>
|
| 122 |
""", unsafe_allow_html=True)
|
| 123 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 124 |
# Folders
|
| 125 |
ckp_base = get_ckp_base(S2F_ROOT)
|
| 126 |
|
|
|
|
| 555 |
|
| 556 |
st.sidebar.markdown('<div class="sidebar-section"><span class="section-title"></span></div>', unsafe_allow_html=True)
|
| 557 |
render_system_status()
|
| 558 |
+
|
| 559 |
+
st.markdown(f"""
|
| 560 |
+
<div class="footer-citation">
|
| 561 |
+
<span>If you find this software useful, please cite: {CITATION}</span>
|
| 562 |
+
</div>
|
| 563 |
+
""", unsafe_allow_html=True)
|
static/s2f_styles.css
CHANGED
|
@@ -16,7 +16,7 @@ html, body, .stApp {
|
|
| 16 |
background: linear-gradient(135deg, var(--s2f-primary) 0%, var(--s2f-primary-dark) 40%, var(--s2f-primary-darker) 100%);
|
| 17 |
padding: 1.1rem 1.5rem 1rem;
|
| 18 |
border-radius: 12px;
|
| 19 |
-
margin-bottom:
|
| 20 |
color: white;
|
| 21 |
position: relative;
|
| 22 |
overflow: hidden;
|
|
|
|
| 16 |
background: linear-gradient(135deg, var(--s2f-primary) 0%, var(--s2f-primary-dark) 40%, var(--s2f-primary-darker) 100%);
|
| 17 |
padding: 1.1rem 1.5rem 1rem;
|
| 18 |
border-radius: 12px;
|
| 19 |
+
margin-bottom: 0.5rem;
|
| 20 |
color: white;
|
| 21 |
position: relative;
|
| 22 |
overflow: hidden;
|