gvlktejaswi commited on
Commit
046df74
·
verified ·
1 Parent(s): f05e334

Update page_files/Home.py

Browse files
Files changed (1) hide show
  1. page_files/Home.py +5 -2
page_files/Home.py CHANGED
@@ -57,7 +57,7 @@ def img_to_b64(path):
57
  _HERE = Path(__file__).parent # page_files/
58
  _ROOT = _HERE.parent # project root
59
 
60
- home_img = img_to_b64(str(_ROOT / "Home.png"))
61
  logo_img = img_to_b64(str(_ROOT / "logo.png"))
62
  extract_card_img = img_to_b64(str(_ROOT / "extract_card_img.png"))
63
  search_card_img = img_to_b64(str(_ROOT / "search_card_img.png"))
@@ -780,4 +780,7 @@ with _:
780
  st.page_link(
781
  "page_files/Contact_Team.py",
782
  label="Contact Team",
783
- )
 
 
 
 
57
  _HERE = Path(__file__).parent # page_files/
58
  _ROOT = _HERE.parent # project root
59
 
60
+ home_img = img_to_b64(str(_HERE / "images" / "Home.png"))
61
  logo_img = img_to_b64(str(_ROOT / "logo.png"))
62
  extract_card_img = img_to_b64(str(_ROOT / "extract_card_img.png"))
63
  search_card_img = img_to_b64(str(_ROOT / "search_card_img.png"))
 
780
  st.page_link(
781
  "page_files/Contact_Team.py",
782
  label="Contact Team",
783
+ )
784
+
785
+
786
+