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