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

Update pages/Info _of_Image.py

Browse files
Files changed (1) hide show
  1. pages/Info _of_Image.py +6 -0
pages/Info _of_Image.py CHANGED
@@ -109,3 +109,9 @@ st.markdown(
109
  "</p>",
110
  unsafe_allow_html=True
111
  )
 
 
 
 
 
 
 
109
  "</p>",
110
  unsafe_allow_html=True
111
  )
112
+ # Buttons for each stage
113
+ st.markdown("### Types of Data:")
114
+ col1, col2,col3 = st.columns(3)
115
+
116
+ with col1:
117
+ if st.button("Translation&Affine")