Spaces:
Running
Running
Update app.py
Browse files
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}
|