Sathwikchowdary commited on
Commit
05b18dd
·
verified ·
1 Parent(s): 9c8b2f4

Update pages/Info _of_Image.py

Browse files
Files changed (1) hide show
  1. pages/Info _of_Image.py +1 -1
pages/Info _of_Image.py CHANGED
@@ -114,7 +114,7 @@ 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"): # 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
 
114
 
115
  with col1:
116
  if st.button("Color Space"):
117
+ if st.switch_page("sub_pages/Colorspace"): # 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