There was an error while loading. Please reload this page.
1 parent e968008 commit f5d6c2cCopy full SHA for f5d6c2c
.gitignore
@@ -1,7 +1,3 @@
1
*.txt
2
*.csv
3
-__pycache__/
4
-*.conf
5
-*.png
6
-*.jpg
7
-/assets/
+__pycache__/
assets/logo.png
4.11 KB
code/ui.py
@@ -16,9 +16,9 @@
16
st.write("# The Machine Learning App")
17
18
#---------------------------------#
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('')
+with st.sidebar:
+ with st.container():
+ st.image('https://raw.githubusercontent.com/armixz/armixz/main/ztf_bh_merger_webready.original.jpg')
22
23
with st.container():
24
with st.sidebar.header('1. Upload your CSV data'):
0 commit comments