faizhalas commited on
Commit
254954b
·
verified ·
1 Parent(s): 742e4ef

Update Home.py

Browse files
Files changed (1) hide show
  1. Home.py +1 -0
Home.py CHANGED
@@ -84,4 +84,5 @@ if text_search:
84
  popover = btn1.popover("Abstract", icon="🔤", help="Click to Read Abstract", use_container_width=False)
85
  popover.write(row['Abstract (en)'].strip() if row['Abstract (en)'] else "No abstract available.")
86
  btn2.link_button("DOI", row["DOI"].strip(), icon="🌐")
 
87
 
 
84
  popover = btn1.popover("Abstract", icon="🔤", help="Click to Read Abstract", use_container_width=False)
85
  popover.write(row['Abstract (en)'].strip() if row['Abstract (en)'] else "No abstract available.")
86
  btn2.link_button("DOI", row["DOI"].strip(), icon="🌐")
87
+ btn3.link_button("Read", f"https://huggingface.co/spaces/faizhalas/perpusdb/test?art={row['ID'].strip()}", icon="📄"))
88