Spaces:
Running
Running
victormiller
commited on
Commit
•
564e0a1
1
Parent(s):
4254834
Update curated.py
Browse files- curated.py +1 -0
curated.py
CHANGED
@@ -8,6 +8,7 @@ from data_viewer import view_data, gen_random_id
|
|
8 |
from rich import print
|
9 |
import uuid
|
10 |
import plotly.express as px
|
|
|
11 |
|
12 |
overview = Div(
|
13 |
H2("Curated Source Processing Overview"),
|
|
|
8 |
from rich import print
|
9 |
import uuid
|
10 |
import plotly.express as px
|
11 |
+
from fasthtml.components import D_code
|
12 |
|
13 |
overview = Div(
|
14 |
H2("Curated Source Processing Overview"),
|