Plsek commited on
Commit
1b84f6e
·
1 Parent(s): d7b3e19

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -155,7 +155,7 @@ os.system("mkdir -p predictions")
155
 
156
  with col:
157
  # Create heading and description
158
- st.markdown("# Cavity Detection Tool")
159
  st.markdown("Cavity Detection Tool (CADET) is a machine learning pipeline trained to detect X-ray cavities from noisy Chandra images of early-type galaxies.")
160
  st.markdown("To use this tool: upload your image, select the scale of interest, make a prediction, and decompose it into individual cavities!")
161
  st.markdown("Input images should be in units of counts, centred at the centre of the galaxy and point sources should be filled with surrounding background ([dmfilth](https://cxc.cfa.harvard.edu/ciao/ahelp/dmfilth.html)).")
 
155
 
156
  with col:
157
  # Create heading and description
158
+ st.markdown("<h1 align='center'>Cavity Detection Tool</h1>", unsafe_allow_html=True)
159
  st.markdown("Cavity Detection Tool (CADET) is a machine learning pipeline trained to detect X-ray cavities from noisy Chandra images of early-type galaxies.")
160
  st.markdown("To use this tool: upload your image, select the scale of interest, make a prediction, and decompose it into individual cavities!")
161
  st.markdown("Input images should be in units of counts, centred at the centre of the galaxy and point sources should be filled with surrounding background ([dmfilth](https://cxc.cfa.harvard.edu/ciao/ahelp/dmfilth.html)).")