Update app.py
Browse files
app.py
CHANGED
@@ -23,7 +23,7 @@ st.set_option('deprecation.showPyplotGlobalUse', False)
|
|
23 |
|
24 |
st.title("Cavity Detection Tool")
|
25 |
|
26 |
-
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. To use this tool upload your image, select the scale of interest and make a prediction! If you use the output of this tool in your research please cite [Plšek et al. 2023](https://arxiv.org/abs/2304.05457)")
|
27 |
|
28 |
# Create file uploader widget
|
29 |
uploaded_file = st.file_uploader("Choose a FITS file", type=['fits'])
|
|
|
23 |
|
24 |
st.title("Cavity Detection Tool")
|
25 |
|
26 |
+
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. To use this tool: upload your image, select the scale of interest, and make a prediction! If you use the output of this tool in your research please cite [Plšek et al. 2023](https://arxiv.org/abs/2304.05457)")
|
27 |
|
28 |
# Create file uploader widget
|
29 |
uploaded_file = st.file_uploader("Choose a FITS file", type=['fits'])
|