Spaces:
Running
Running
Merge branch 'main' into pr/2
Browse files
main.py
CHANGED
@@ -175,7 +175,7 @@ def main():
|
|
175 |
Div(
|
176 |
A(
|
177 |
"TxT360",
|
178 |
-
href="#
|
179 |
)
|
180 |
),
|
181 |
Div(
|
@@ -359,8 +359,8 @@ def main():
|
|
359 |
),
|
360 |
),
|
361 |
intro(),
|
362 |
-
curated.curated(),
|
363 |
web.web_data(),
|
|
|
364 |
common.common_steps(),
|
365 |
results.results(),
|
366 |
),
|
|
|
175 |
Div(
|
176 |
A(
|
177 |
"TxT360",
|
178 |
+
href="#section11",
|
179 |
)
|
180 |
),
|
181 |
Div(
|
|
|
359 |
),
|
360 |
),
|
361 |
intro(),
|
|
|
362 |
web.web_data(),
|
363 |
+
curated.curated(),
|
364 |
common.common_steps(),
|
365 |
results.results(),
|
366 |
),
|