Plsek commited on
Commit
5df238d
·
1 Parent(s): a67c4b2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -18,6 +18,7 @@ from sklearn.cluster import DBSCAN
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
 
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