Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
app fixes UI
Browse files
app.py
CHANGED
|
@@ -168,7 +168,7 @@ with col_logo:
|
|
| 168 |
|
| 169 |
spacer_col = st.columns(1)[0]
|
| 170 |
with spacer_col:
|
| 171 |
-
st.markdown("<div style='height:
|
| 172 |
|
| 173 |
|
| 174 |
|
|
|
|
| 168 |
|
| 169 |
spacer_col = st.columns(1)[0]
|
| 170 |
with spacer_col:
|
| 171 |
+
st.markdown("<div style='height: 50px;'></div>", unsafe_allow_html=True)
|
| 172 |
|
| 173 |
|
| 174 |
|