gvlktejaswi commited on
Commit
5c54fe7
·
verified ·
1 Parent(s): ac9df8f

Update page_files/Home.py

Browse files
Files changed (1) hide show
  1. page_files/Home.py +2 -0
page_files/Home.py CHANGED
@@ -602,6 +602,8 @@ def _build_showcase_html(extract_b64, search_b64):
602
 
603
 
604
  # Hidden Streamlit buttons wired to the card clicks via JS
 
 
605
  _btn_col1, _btn_col2 = st.columns(2)
606
  with _btn_col1:
607
  if st.button("Go to Extract Data", key="_nav_upload", help="", use_container_width=True):
 
602
 
603
 
604
  # Hidden Streamlit buttons wired to the card clicks via JS
605
+ components.html(_build_showcase_html(extract_card_img, search_card_img), height=480, scrolling=False)
606
+
607
  _btn_col1, _btn_col2 = st.columns(2)
608
  with _btn_col1:
609
  if st.button("Go to Extract Data", key="_nav_upload", help="", use_container_width=True):