Skip to content

Commit 9eed153

Browse files
add new logo
1 parent df83cf2 commit 9eed153

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

images/logo1.png

195 KB
Loading

tabs/sidebar.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import streamlit as st
22

33
def sidebar():
4-
st.sidebar.image("images/temp.jpg")
4+
st.sidebar.image("images/logo1.png")
55

66
st.sidebar.markdown("By [Andrea Bissoli](https://www.linkedin.com/in/andrea-bissoli/) and [Majid Mollaeefar](https://www.linkedin.com/in/majid-mollaeefar/).")
77
st.sidebar.markdown(

0 commit comments

Comments
 (0)