Plsek commited on
Commit
3ca195b
·
1 Parent(s): 15c5050

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -8
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