Roshinikata commited on
Commit
e2eddfd
·
verified ·
1 Parent(s): 06d521c

Update Home.py

Browse files
Files changed (1) hide show
  1. Home.py +0 -3
Home.py CHANGED
@@ -4,9 +4,6 @@ import pandas as pd
4
  from PIL import Image
5
  import cv2
6
 
7
- st.page_link("Home.py", label="Home", icon="🏠")
8
- st.page_link("pages/Transformations.py", label="Transformations", icon="🔀")
9
-
10
  if "page" not in st.session_state:
11
  st.session_state.page = "Home"
12
 
 
4
  from PIL import Image
5
  import cv2
6
 
 
 
 
7
  if "page" not in st.session_state:
8
  st.session_state.page = "Home"
9