Update app.py
Browse files
app.py
CHANGED
@@ -18,7 +18,6 @@ from sklearn.cluster import DBSCAN
|
|
18 |
# Streamlit
|
19 |
import streamlit as st
|
20 |
st.set_option('deprecation.showPyplotGlobalUse', False)
|
21 |
-
st.set_option('showWarningOnDirectExecution', False)
|
22 |
st.set_page_config(page_title="Cavity Detection Tool", layout="wide")
|
23 |
|
24 |
# HuggingFace Hub
|
|
|
18 |
# Streamlit
|
19 |
import streamlit as st
|
20 |
st.set_option('deprecation.showPyplotGlobalUse', False)
|
|
|
21 |
st.set_page_config(page_title="Cavity Detection Tool", layout="wide")
|
22 |
|
23 |
# HuggingFace Hub
|