Spaces:
Running
on
T4
Running
on
T4
app look
Browse files
app.py
CHANGED
@@ -136,7 +136,7 @@ col_logo, col_title = st.columns([31, 66])
|
|
136 |
with col_logo:
|
137 |
st.markdown("""
|
138 |
<div class="logo-container" style="position: absolute; top: 2rem; left: 2rem;">
|
139 |
-
<img src="images/OS_AI_1_cropped.png" style="width: 180px;">
|
140 |
</div>
|
141 |
""", unsafe_allow_html=True)
|
142 |
|
|
|
136 |
with col_logo:
|
137 |
st.markdown("""
|
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 |
|