saritha5 commited on
Commit
e2d645e
·
1 Parent(s): c579bda

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -33,7 +33,7 @@ import h5py
33
  model_file_path = "mobile_net_occ.h5"
34
 
35
 
36
- #page_names = ["Blurred or Not Blurred Prediction","Occluded or Not Occluded Prediction"]
37
  page = st.sidebar.radio('Navigation',page_names)
38
  #st.write("Welcome to the Project")
39
 
 
33
  model_file_path = "mobile_net_occ.h5"
34
 
35
 
36
+ page_names = ["Blurred or Not Blurred Prediction","Occluded or Not Occluded Prediction"]
37
  page = st.sidebar.radio('Navigation',page_names)
38
  #st.write("Welcome to the Project")
39