Update src/streamlit_app.py
Browse files- src/streamlit_app.py +1 -1
src/streamlit_app.py
CHANGED
|
@@ -69,7 +69,7 @@ with st.sidebar:
|
|
| 69 |
st.markdown(
|
| 70 |
f"""
|
| 71 |
<a href="{HOME_URL}" target="_blank">
|
| 72 |
-
<img src="{LOGO_URL}" width="
|
| 73 |
</a>
|
| 74 |
""",
|
| 75 |
unsafe_allow_html=True
|
|
|
|
| 69 |
st.markdown(
|
| 70 |
f"""
|
| 71 |
<a href="{HOME_URL}" target="_blank">
|
| 72 |
+
<img src="{LOGO_URL}" width="85%">
|
| 73 |
</a>
|
| 74 |
""",
|
| 75 |
unsafe_allow_html=True
|