victormiller commited on
Commit
b2b380b
1 Parent(s): a12d6cd

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +3 -3
main.py CHANGED
@@ -112,7 +112,7 @@ def main():
112
  ),
113
  Li(
114
  A(
115
- "Globally Deduplicated",
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
- "Controllable Upweighting",
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
- "Fully Documented",
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",