Spaces:
Running
on
T4
Running
on
T4
app look
Browse files
app.py
CHANGED
@@ -29,11 +29,6 @@ st.markdown("""
|
|
29 |
font-family: 'Amazon Ember', sans-serif;
|
30 |
}
|
31 |
|
32 |
-
.logo-container {
|
33 |
-
margin-bottom: 3rem; /* Increase spacing between logo and cards */
|
34 |
-
position: relative;
|
35 |
-
z-index: 1;
|
36 |
-
}
|
37 |
|
38 |
|
39 |
.block-container {
|
@@ -134,19 +129,12 @@ st.markdown("""
|
|
134 |
# Header with logo and title
|
135 |
col_logo, col_title = st.columns([31, 66])
|
136 |
with col_logo:
|
137 |
-
st.
|
138 |
-
<div class="logo-container" style="position: absolute; top: 2rem; left: 2rem;">
|
139 |
-
<img src="/home/user/app/images/OS_AI_1_cropped.png" style="width: 180px;">
|
140 |
-
</div>
|
141 |
-
""", unsafe_allow_html=True)
|
142 |
-
|
143 |
-
# Optional: Add a margin-top to the demo section to avoid overlap
|
144 |
-
st.markdown("<div style='margin-top: 160px;'></div>", unsafe_allow_html=True)
|
145 |
|
146 |
-
|
147 |
-
|
148 |
-
|
149 |
-
|
150 |
|
151 |
|
152 |
|
|
|
29 |
font-family: 'Amazon Ember', sans-serif;
|
30 |
}
|
31 |
|
|
|
|
|
|
|
|
|
|
|
32 |
|
33 |
|
34 |
.block-container {
|
|
|
129 |
# Header with logo and title
|
130 |
col_logo, col_title = st.columns([31, 66])
|
131 |
with col_logo:
|
132 |
+
st.image("/home/user/app/images/OS_AI_1_cropped.png", use_column_width=True)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
133 |
|
134 |
+
st.write("")
|
135 |
+
st.write("")
|
136 |
+
st.write("")
|
137 |
+
st.write("")
|
138 |
|
139 |
|
140 |
|