victormiller commited on
Commit
fcc16a1
·
verified ·
1 Parent(s): d3cf103

Update overview.py

Browse files
Files changed (1) hide show
  1. overview.py +7 -6
overview.py CHANGED
@@ -265,12 +265,7 @@ data_processing_overview2 = P("For web datasets, the pipeline focuses on extract
265
  data_processing_overview3 = P("We will open-source the scripts for the whole pipeline, allowing the community to review, replicate, and build upon our processes.")
266
  def overview():
267
  return Div(Section(
268
- H2("Our General Appoach to Data Processing"),
269
- data_processing_overview,
270
- data_processing_overview2,
271
- data_processing_overview3,
272
- Img(src="images/pipeline.png"),
273
- data_processing_image_desc,
274
  H2("Combining the Best of Web and Curated Sources"),
275
  quality_text,
276
  quality_text2,
@@ -281,6 +276,12 @@ def overview():
281
  P("Table 2: Basic TxT360 Statistics."),
282
  table_div1,
283
  #plotly2fasthtml(get_curated_chart()),
 
 
 
 
 
 
284
  id="inner-text",
285
  )
286
  )
 
265
  data_processing_overview3 = P("We will open-source the scripts for the whole pipeline, allowing the community to review, replicate, and build upon our processes.")
266
  def overview():
267
  return Div(Section(
268
+
 
 
 
 
 
269
  H2("Combining the Best of Web and Curated Sources"),
270
  quality_text,
271
  quality_text2,
 
276
  P("Table 2: Basic TxT360 Statistics."),
277
  table_div1,
278
  #plotly2fasthtml(get_curated_chart()),
279
+ H2("Our General Appoach to Data Processing"),
280
+ data_processing_overview,
281
+ data_processing_overview2,
282
+ data_processing_overview3,
283
+ Img(src="images/pipeline.png"),
284
+ data_processing_image_desc,
285
  id="inner-text",
286
  )
287
  )