Spaces:
Sleeping
Sleeping
Update pages/Info _of_Image.py
Browse files- pages/Info _of_Image.py +2 -1
pages/Info _of_Image.py
CHANGED
@@ -114,4 +114,5 @@ st.markdown("### Types of Data:")
|
|
114 |
col1, col2,col3 = st.columns(3)
|
115 |
|
116 |
with col1:
|
117 |
-
if st.button("Translation&Affine")
|
|
|
|
114 |
col1, col2,col3 = st.columns(3)
|
115 |
|
116 |
with col1:
|
117 |
+
if st.button("Translation&Affine"):
|
118 |
+
st.switch_page("pages/Translation_Affine.py")
|