Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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
|
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 |
""")
|