Spaces:
Runtime error
Runtime error
victormiller
commited on
Commit
•
6ff14ce
1
Parent(s):
46e355f
Update main.py
Browse files
main.py
CHANGED
@@ -100,12 +100,12 @@ def main():
|
|
100 |
hx_target="#inner-text",
|
101 |
),
|
102 |
Div(
|
103 |
-
A("Web Data", href="#inner-text"),
|
104 |
hx_get="/webdata",
|
105 |
hx_target="#inner-text",
|
106 |
),
|
107 |
Div(
|
108 |
-
A("Curated Sources", href="#inner-text"),
|
109 |
hx_get="/curated",
|
110 |
hx_target="#inner-text",
|
111 |
),
|
|
|
100 |
hx_target="#inner-text",
|
101 |
),
|
102 |
Div(
|
103 |
+
A("Web Data Processing", href="#inner-text"),
|
104 |
hx_get="/webdata",
|
105 |
hx_target="#inner-text",
|
106 |
),
|
107 |
Div(
|
108 |
+
A("Curated Sources Processing", href="#inner-text"),
|
109 |
hx_get="/curated",
|
110 |
hx_target="#inner-text",
|
111 |
),
|