saritha5 commited on
Commit
0d68ac6
·
1 Parent(s): dd539b9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -33,7 +33,7 @@ page_names = ["Blurred or Not Blurred Prediction","Occluded or Not Occluded Pred
33
  page = st.radio('Navigation',page_names)
34
  st.write("Welcome to the Project")
35
 
36
- if page = "Blurred or Not Blurred Prediction":
37
  st.title("""
38
  Image Blurriness Occluded
39
  """)
 
33
  page = st.radio('Navigation',page_names)
34
  st.write("Welcome to the Project")
35
 
36
+ if page == "Blurred or Not Blurred Prediction":
37
  st.title("""
38
  Image Blurriness Occluded
39
  """)