Skip to content

Commit f5d6c2c

Browse files
committed
Upload logo
1 parent e968008 commit f5d6c2c

File tree

3 files changed

+4
-8
lines changed

3 files changed

+4
-8
lines changed

.gitignore

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
11
*.txt
22
*.csv
3-
__pycache__/
4-
*.conf
5-
*.png
6-
*.jpg
7-
/assets/
3+
__pycache__/

assets/logo.png

4.11 KB
Loading

code/ui.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@
1616
st.write("# The Machine Learning App")
1717

1818
#---------------------------------#
19-
with st.container():
20-
image = Image.open('https://images.unsplash.com/photo-1667363852385-eeb0494527f2?ixlib=rb-4.0.3&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=2056&q=80')
21-
st.sidebar.image('')
19+
with st.sidebar:
20+
with st.container():
21+
st.image('https://raw.githubusercontent.com/armixz/armixz/main/ztf_bh_merger_webready.original.jpg')
2222

2323
with st.container():
2424
with st.sidebar.header('1. Upload your CSV data'):

0 commit comments

Comments
 (0)