Spaces:
Running
Running
Merge branch 'main' of https://huggingface.co/spaces/LLM360/TxT360-New into pr/1
Browse files
main.py
CHANGED
@@ -175,7 +175,7 @@ def main():
|
|
175 |
Div(
|
176 |
A(
|
177 |
"TxT360",
|
178 |
-
href="#
|
179 |
)
|
180 |
),
|
181 |
Div(
|
@@ -365,8 +365,8 @@ def main():
|
|
365 |
),
|
366 |
),
|
367 |
intro(),
|
368 |
-
curated.curated(),
|
369 |
web.web_data(),
|
|
|
370 |
common.common_steps(),
|
371 |
results.results(),
|
372 |
),
|
|
|
175 |
Div(
|
176 |
A(
|
177 |
"TxT360",
|
178 |
+
href="#section11",
|
179 |
)
|
180 |
),
|
181 |
Div(
|
|
|
365 |
),
|
366 |
),
|
367 |
intro(),
|
|
|
368 |
web.web_data(),
|
369 |
+
curated.curated(),
|
370 |
common.common_steps(),
|
371 |
results.results(),
|
372 |
),
|