Spaces:
Sleeping
Sleeping
Update pages/Info _of_Image.py
Browse files- 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")
|