NILC-ICMC-USP commited on
Commit
abcd663
·
verified ·
1 Parent(s): 2e67e6f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -105,7 +105,7 @@ st.markdown("<h6 style='margin-top:0;'>"+t["subtitle"]+"</h6>", unsafe_allow_htm
105
 
106
  # introduction
107
  #st.write(t["intro"]+"<br><br>", unsafe_allow_html=True)
108
- logo_html = img_to_html("logo-ud.png", img_style="width:100px; margin-right:20px;")
109
  intro_combined = f"""
110
  <div style="display:flex; align-items:flex-start;">
111
  {logo_html}
 
105
 
106
  # introduction
107
  #st.write(t["intro"]+"<br><br>", unsafe_allow_html=True)
108
+ logo_html = img_to_html("img/logo-ud.png", img_style="width:100px; margin-right:20px;")
109
  intro_combined = f"""
110
  <div style="display:flex; align-items:flex-start;">
111
  {logo_html}