prasadnu commited on
Commit
b4ab626
·
1 Parent(s): 21819b1
Files changed (1) hide show
  1. app.py +1 -1
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