Sathwikchowdary commited on
Commit
488a643
·
verified ·
1 Parent(s): bf0b161

Update pages/Info _of_Image.py

Browse files
Files changed (1) hide show
  1. pages/Info _of_Image.py +3 -2
pages/Info _of_Image.py CHANGED
@@ -114,8 +114,9 @@ col1, col2, col3 = st.columns(3)
114
 
115
  with col1:
116
  if st.button("Color Space"):
117
- if st.switch_page("pages/sub_pages./Colorspace.py")
118
-
 
119
  # Add a link to the code
120
  st.markdown(
121
  "<p style='font-size: 16px; color: White;'>"
 
114
 
115
  with col1:
116
  if st.button("Color Space"):
117
+ if st.switch_page("pages/sub_pages/Colorspace.py"): # Added the missing colon
118
+ pass # Add any actions you want to perform when the button is pressed
119
+
120
  # Add a link to the code
121
  st.markdown(
122
  "<p style='font-size: 16px; color: White;'>"