Spaces:
Running
Running
victormiller
commited on
Commit
•
48d8ec3
1
Parent(s):
b72b785
Update main.py
Browse files
main.py
CHANGED
@@ -148,6 +148,34 @@ def main():
|
|
148 |
hx_target="#inner-text",
|
149 |
)
|
150 |
),
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
151 |
Div(
|
152 |
A(
|
153 |
"Global Processing Steps",
|
|
|
148 |
hx_target="#inner-text",
|
149 |
)
|
150 |
),
|
151 |
+
Div(
|
152 |
+
Ul(
|
153 |
+
Li(
|
154 |
+
A(
|
155 |
+
"Curated Sources in TxT360",
|
156 |
+
href="/curated#section1",
|
157 |
+
hx_get="/curated#section1",
|
158 |
+
hx_target="#inner-text",
|
159 |
+
)
|
160 |
+
),
|
161 |
+
Li(
|
162 |
+
A(
|
163 |
+
"Filtering Steps and Definitions",
|
164 |
+
href="/curated#section2",
|
165 |
+
hx_get="/curated#section2",
|
166 |
+
hx_target="#inner-text",
|
167 |
+
)
|
168 |
+
),
|
169 |
+
Li(
|
170 |
+
A(
|
171 |
+
"Filtering Discussion on All Curated Sources",
|
172 |
+
href="/curated#section3",
|
173 |
+
hx_get="/curated#section3",
|
174 |
+
hx_target="#inner-text",
|
175 |
+
)
|
176 |
+
),
|
177 |
+
),
|
178 |
+
),
|
179 |
Div(
|
180 |
A(
|
181 |
"Global Processing Steps",
|