Sathwikchowdary commited on
Commit
e006394
·
verified ·
1 Parent(s): 286af5a

Update pages/Info _of_Image.py

Browse files
Files changed (1) hide show
  1. 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")