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