Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
app look
Browse files
app.py
CHANGED
|
@@ -132,7 +132,7 @@ with col_logo:
|
|
| 132 |
st.image("/home/user/app/images/OS_AI_1_cropped.png", use_column_width=True)
|
| 133 |
spacer_col = st.columns(1)[0]
|
| 134 |
with spacer_col:
|
| 135 |
-
st.markdown("<div style='height:
|
| 136 |
|
| 137 |
|
| 138 |
col1, col2, col3 = st.columns(3)
|
|
|
|
| 132 |
st.image("/home/user/app/images/OS_AI_1_cropped.png", use_column_width=True)
|
| 133 |
spacer_col = st.columns(1)[0]
|
| 134 |
with spacer_col:
|
| 135 |
+
st.markdown("<div style='height: 120px;'></div>", unsafe_allow_html=True)
|
| 136 |
|
| 137 |
|
| 138 |
col1, col2, col3 = st.columns(3)
|