Update Home.py
Browse files
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 |
|