Update app.py
Browse files
app.py
CHANGED
@@ -18,14 +18,7 @@ model = from_pretrained_keras("Plsek/CADET-v1")
|
|
18 |
import streamlit as st
|
19 |
st.set_option('deprecation.showPyplotGlobalUse', False)
|
20 |
|
21 |
-
st.set_page_config(
|
22 |
-
page_title="Cavity Detection Tool",
|
23 |
-
# page_icon="👋",
|
24 |
-
layout="wide"
|
25 |
-
# initial_sidebar_state="expanded",
|
26 |
-
}
|
27 |
-
)
|
28 |
-
|
29 |
|
30 |
# st.title("Cavity Detection Tool")
|
31 |
|
|
|
18 |
import streamlit as st
|
19 |
st.set_option('deprecation.showPyplotGlobalUse', False)
|
20 |
|
21 |
+
st.set_page_config(page_title="Cavity Detection Tool", layout="wide")
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
22 |
|
23 |
# st.title("Cavity Detection Tool")
|
24 |
|