Clone77 commited on
Commit
4e341e0
·
verified ·
1 Parent(s): 3937f99

Update pages/demo.py

Browse files
Files changed (1) hide show
  1. pages/demo.py +2 -1
pages/demo.py CHANGED
@@ -1810,7 +1810,8 @@ cv2.destroyAllWindows()
1810
 
1811
 
1812
 
1813
-
 
1814
  if st.button('Projects'):
1815
  navigate_to('projects')
1816
 
 
1810
 
1811
 
1812
 
1813
+ if st.button('Augmentation Tool'):
1814
+ navigate_to('tool')
1815
  if st.button('Projects'):
1816
  navigate_to('projects')
1817