Update src/streamlit_app.py
Browse files- src/streamlit_app.py +1 -1
src/streamlit_app.py
CHANGED
|
@@ -12,7 +12,7 @@ st.set_page_config(
|
|
| 12 |
col1, col2 = st.columns([1, 6])
|
| 13 |
|
| 14 |
with col1:
|
| 15 |
-
st.image(
|
| 16 |
|
| 17 |
with col2:
|
| 18 |
st.markdown(
|
|
|
|
| 12 |
col1, col2 = st.columns([1, 6])
|
| 13 |
|
| 14 |
with col1:
|
| 15 |
+
st.image('src/assets/logo.png', width=40) # Replace with your own logo
|
| 16 |
|
| 17 |
with col2:
|
| 18 |
st.markdown(
|