Skip to content

Commit 25a7fba

Browse files
committed
Update ui.py
1 parent f5d6c2c commit 25a7fba

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

code/ui.py

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,13 @@
1818
#---------------------------------#
1919
with st.sidebar:
2020
with st.container():
21-
st.image('https://raw.githubusercontent.com/armixz/armixz/main/ztf_bh_merger_webready.original.jpg')
21+
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("---")
2228

2329
with st.container():
2430
with st.sidebar.header('1. Upload your CSV data'):

0 commit comments

Comments
 (0)