There was an error while loading. Please reload this page.
1 parent f5d6c2c commit 25a7fbaCopy full SHA for 25a7fba
code/ui.py
@@ -18,7 +18,13 @@
18
#---------------------------------#
19
with st.sidebar:
20
with st.container():
21
- st.image('https://raw.githubusercontent.com/armixz/armixz/main/ztf_bh_merger_webready.original.jpg')
+ col1, col2 = st.columns([1,4])
22
+
23
+ with col1:
24
+ st.image('https://raw.githubusercontent.com/Machine-Learning-Projects1/CDC_ML/test-ui/assets/logo.png', width=60)
25
+ with col2:
26
+ st.markdown("## Machine Learning Projects [*GitHub*](https://www.cdc.gov/brfss/annual_data/2020/pdf/codebook20_llcp-v2-508.pdf)")
27
+ st.write("---")
28
29
30
with st.sidebar.header('1. Upload your CSV data'):
0 commit comments