Update app.py
Browse files
app.py
CHANGED
|
@@ -167,7 +167,7 @@ os.system("rm -R -- */")
|
|
| 167 |
# os.system("mkdir -p predictions")
|
| 168 |
|
| 169 |
with col:
|
| 170 |
-
with st.container:
|
| 171 |
# Create heading and description
|
| 172 |
st.markdown("<h1 align='center'>Cavity Detection Tool</h1>", unsafe_allow_html=True)
|
| 173 |
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.")
|
|
|
|
| 167 |
# os.system("mkdir -p predictions")
|
| 168 |
|
| 169 |
with col:
|
| 170 |
+
with st.container():
|
| 171 |
# Create heading and description
|
| 172 |
st.markdown("<h1 align='center'>Cavity Detection Tool</h1>", unsafe_allow_html=True)
|
| 173 |
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.")
|