Spaces:
Sleeping
Sleeping
Update Home.py
Browse files
Home.py
CHANGED
|
@@ -189,7 +189,7 @@ cv2.destroyAllWindows()""", language="python")
|
|
| 189 |
navigate_to("Home")
|
| 190 |
|
| 191 |
if st.button("Next Page"):
|
| 192 |
-
st.switch_page("
|
| 193 |
|
| 194 |
st.markdown("<hr>", unsafe_allow_html=True)
|
| 195 |
st.markdown("<p style='text-align: center;'>🚧 Created with ❤️ using Streamlit</p>", unsafe_allow_html=True)
|
|
|
|
| 189 |
navigate_to("Home")
|
| 190 |
|
| 191 |
if st.button("Next Page"):
|
| 192 |
+
st.switch_page("pages/Transforming_the_images.py")
|
| 193 |
|
| 194 |
st.markdown("<hr>", unsafe_allow_html=True)
|
| 195 |
st.markdown("<p style='text-align: center;'>🚧 Created with ❤️ using Streamlit</p>", unsafe_allow_html=True)
|