Spaces:
Sleeping
Sleeping
Update TLDR.py
Browse files
TLDR.py
CHANGED
|
@@ -72,7 +72,7 @@ def update_mainTLDR(buttons_to_add, paper_list):
|
|
| 72 |
category_content.append(paper_content)
|
| 73 |
|
| 74 |
category_column = pn.Column(
|
| 75 |
-
pn.pane.
|
| 76 |
pn.layout.Spacer(height=20),
|
| 77 |
*category_content,
|
| 78 |
pn.layout.Spacer(height=10),
|
|
|
|
| 72 |
category_content.append(paper_content)
|
| 73 |
|
| 74 |
category_column = pn.Column(
|
| 75 |
+
pn.pane.Markdown(f"## [{category_title}](#{anchor_id})"), # Add Markdown link with anchor ID to the category title
|
| 76 |
pn.layout.Spacer(height=20),
|
| 77 |
*category_content,
|
| 78 |
pn.layout.Spacer(height=10),
|