Spaces:
Sleeping
Sleeping
Update pages/demo.py
Browse files- 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 |
|