gvlktejaswi commited on
Commit
577b1fd
·
verified ·
1 Parent(s): 7350f0a

Update page_files/Home.py

Browse files
Files changed (1) hide show
  1. page_files/Home.py +3 -2
page_files/Home.py CHANGED
@@ -683,8 +683,9 @@ with right_col:
683
  '<div class="aim-card-footer"><div class="aim-card-footer-title">Extract Data</div>'
684
  '<div class="aim-card-footer-tag">Platform</div></div></div>',
685
  unsafe_allow_html=True
686
- st.switch_page("page_files/Upload_Data.py")
687
  )
 
 
688
 
689
  # ── Search card ──
690
  if st.button("Go to Search →", key="showcase_search_btn"):
@@ -693,8 +694,8 @@ with right_col:
693
  '<div class="aim-card-footer"><div class="aim-card-footer-title">Search</div>'
694
  '<div class="aim-card-footer-tag">Data Page</div></div></div>',
695
  unsafe_allow_html=True
 
696
  st.switch_page("page_files/Categorized_Search.py")
697
- )
698
  st.markdown("<div style='background:#fff; padding: 12px 0; border-bottom: 1px solid #e8e8e4;'></div>", unsafe_allow_html=True)
699
 
700
 
 
683
  '<div class="aim-card-footer"><div class="aim-card-footer-title">Extract Data</div>'
684
  '<div class="aim-card-footer-tag">Platform</div></div></div>',
685
  unsafe_allow_html=True
 
686
  )
687
+ st.switch_page("page_files/Upload_Data.py")
688
+
689
 
690
  # ── Search card ──
691
  if st.button("Go to Search →", key="showcase_search_btn"):
 
694
  '<div class="aim-card-footer"><div class="aim-card-footer-title">Search</div>'
695
  '<div class="aim-card-footer-tag">Data Page</div></div></div>',
696
  unsafe_allow_html=True
697
+ )
698
  st.switch_page("page_files/Categorized_Search.py")
 
699
  st.markdown("<div style='background:#fff; padding: 12px 0; border-bottom: 1px solid #e8e8e4;'></div>", unsafe_allow_html=True)
700
 
701