victormiller commited on
Commit
a21a7df
1 Parent(s): a9594de

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +6 -6
main.py CHANGED
@@ -135,8 +135,8 @@ def main():
135
  Div(
136
  A(
137
  "Web Data Processing",
138
- href="/webdata",
139
- hx_get="/webdata",
140
  hx_target="#inner-text",
141
  )
142
  ),
@@ -187,8 +187,8 @@ def main():
187
  Div(
188
  A(
189
  "Curated Sources Processing",
190
- href="/curated",
191
- hx_get="/curated",
192
  hx_target="#inner-text",
193
  )
194
  ),
@@ -299,8 +299,8 @@ def main():
299
  Div(
300
  A(
301
  "TxT360 Studies",
302
- href="/results",
303
- hx_get="/results",
304
  hx_target="#inner-text",
305
  ),
306
  ),
 
135
  Div(
136
  A(
137
  "Web Data Processing",
138
+ href="/webdata#section1",
139
+ hx_get="/webdata#section1",
140
  hx_target="#inner-text",
141
  )
142
  ),
 
187
  Div(
188
  A(
189
  "Curated Sources Processing",
190
+ href="/curated#section1",
191
+ hx_get="/curated#section1",
192
  hx_target="#inner-text",
193
  )
194
  ),
 
299
  Div(
300
  A(
301
  "TxT360 Studies",
302
+ href="/results#section1",
303
+ hx_get="/results#section1",
304
  hx_target="#inner-text",
305
  ),
306
  ),