icaoberg / cs-scholars2024-fair

CS Scholars 2024 Pre-college project
Apache License 2.0
0 stars 0 forks source link

Fix typo in `title` variable #27

Closed icaoberg closed 4 months ago

icaoberg commented 4 months ago

https://github.com/icaoberg/cs-scholars2024-fair/blob/2c6b5d1621728c8832b6454ccca9da6ce82e1ea4/streamlit_app.py#L11

Change line

title = 'FAIR Assessment of HuBMAP Data'
st.write(title)

to

title = '# Self-assessment of HuBMAP published resources'
st.write(title)
icaoberg commented 4 months ago

@Xinlin3 any updates on this task?

josiah-edm commented 4 months ago

Fixed the misspelling in the title.