Spaces:
Running
Running
Update curated.py
Browse files- curated.py +1 -1
curated.py
CHANGED
|
@@ -9,7 +9,7 @@ from data_viewer import DV, DV2, DVS
|
|
| 9 |
from rich import print
|
| 10 |
import uuid
|
| 11 |
import plotly.express as px
|
| 12 |
-
from fasthtml.components import D_code
|
| 13 |
|
| 14 |
overview = (
|
| 15 |
Div(
|
|
|
|
| 9 |
from rich import print
|
| 10 |
import uuid
|
| 11 |
import plotly.express as px
|
| 12 |
+
from fasthtml.components import D_code, D_bibliography, D_appendix, D_cite
|
| 13 |
|
| 14 |
overview = (
|
| 15 |
Div(
|