Update app.py
Browse files
app.py
CHANGED
@@ -93,7 +93,7 @@ if uploaded_file is not None:
|
|
93 |
plot_image(np.log10(data+1), scale)
|
94 |
|
95 |
with col2:
|
96 |
-
if st.button('Detect cavities',
|
97 |
data, wcs = cut(data, wcs, scale=scale)
|
98 |
|
99 |
image = np.log10(data+1)
|
|
|
93 |
plot_image(np.log10(data+1), scale)
|
94 |
|
95 |
with col2:
|
96 |
+
if st.button('Detect cavities', disabled=True):
|
97 |
data, wcs = cut(data, wcs, scale=scale)
|
98 |
|
99 |
image = np.log10(data+1)
|