Spaces:
Running
Running
Update main.py
Browse files
main.py
CHANGED
|
@@ -112,7 +112,7 @@ def main():
|
|
| 112 |
),
|
| 113 |
Li(
|
| 114 |
A(
|
| 115 |
-
"
|
| 116 |
href="/intro#section2",
|
| 117 |
hx_get="/intro#section2",
|
| 118 |
hx_target="#inner-text",
|
|
@@ -120,7 +120,7 @@ def main():
|
|
| 120 |
),
|
| 121 |
Li(
|
| 122 |
A(
|
| 123 |
-
"
|
| 124 |
href="/intro#section3",
|
| 125 |
hx_get="/intro#section3",
|
| 126 |
hx_target="#inner-text",
|
|
@@ -128,7 +128,7 @@ def main():
|
|
| 128 |
),
|
| 129 |
Li(
|
| 130 |
A(
|
| 131 |
-
"
|
| 132 |
href="/intro#section4",
|
| 133 |
hx_get="/intro#section4",
|
| 134 |
hx_target="#inner-text",
|
|
|
|
| 112 |
),
|
| 113 |
Li(
|
| 114 |
A(
|
| 115 |
+
"Motivation Behind Txt360",
|
| 116 |
href="/intro#section2",
|
| 117 |
hx_get="/intro#section2",
|
| 118 |
hx_target="#inner-text",
|
|
|
|
| 120 |
),
|
| 121 |
Li(
|
| 122 |
A(
|
| 123 |
+
"Generalizable Approach to Data Processing",
|
| 124 |
href="/intro#section3",
|
| 125 |
hx_get="/intro#section3",
|
| 126 |
hx_target="#inner-text",
|
|
|
|
| 128 |
),
|
| 129 |
Li(
|
| 130 |
A(
|
| 131 |
+
"Introducing Global Deduplication",
|
| 132 |
href="/intro#section4",
|
| 133 |
hx_get="/intro#section4",
|
| 134 |
hx_target="#inner-text",
|