We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent df83cf2 commit 9eed153Copy full SHA for 9eed153
images/logo1.png
195 KB
tabs/sidebar.py
@@ -1,7 +1,7 @@
1
import streamlit as st
2
3
def sidebar():
4
- st.sidebar.image("images/temp.jpg")
+ st.sidebar.image("images/logo1.png")
5
6
st.sidebar.markdown("By [Andrea Bissoli](https://www.linkedin.com/in/andrea-bissoli/) and [Majid Mollaeefar](https://www.linkedin.com/in/majid-mollaeefar/).")
7
st.sidebar.markdown(
0 commit comments