Spaces:
Running
Running
Update TLDR.py
Browse files
TLDR.py
CHANGED
|
@@ -68,8 +68,9 @@ def update_mainTLDR(buttons_to_add, paper_list):
|
|
| 68 |
|
| 69 |
category_column = pn.Column(pn.layout.Spacer(height=30),
|
| 70 |
pn.pane.LaTeX(f"{buttons_to_add[i]}", styles={'font-size': '20pt', 'font-weight':'bold'}),
|
|
|
|
| 71 |
*category_content,
|
| 72 |
-
pn.layout.
|
| 73 |
sizing_mode='stretch_both'
|
| 74 |
)
|
| 75 |
|
|
|
|
| 68 |
|
| 69 |
category_column = pn.Column(pn.layout.Spacer(height=30),
|
| 70 |
pn.pane.LaTeX(f"{buttons_to_add[i]}", styles={'font-size': '20pt', 'font-weight':'bold'}),
|
| 71 |
+
pn.layout.Spacer(height=20),
|
| 72 |
*category_content,
|
| 73 |
+
pn.layout.Divider(),
|
| 74 |
sizing_mode='stretch_both'
|
| 75 |
)
|
| 76 |
|