Spaces:
Sleeping
Sleeping
victormiller
commited on
Commit
•
2acbfea
1
Parent(s):
b5a7f64
Update overview.py
Browse files- overview.py +5 -5
overview.py
CHANGED
@@ -231,14 +231,14 @@ def overview():
|
|
231 |
Img(src="images/pipeline.png"),
|
232 |
data_processing_image_desc,
|
233 |
H2("Combining the Best of Web and Curated Sources"),
|
234 |
-
H3("Why combine the web and highly curated sources? Isn't the web-only data enough?"),
|
235 |
-
P("Table 1: TxT360 combines both the web data and highly-curated sources, which none of the existing datasets have covered. The following table shows TxT360 and other well-known datasets on the coverage and size of data sources."),
|
236 |
-
table_div,
|
237 |
-
P("Table 2: Statistics of TxT360. The basic statistics of TxT360 are presented."),
|
238 |
-
table_div1,
|
239 |
quality_text,
|
240 |
quality_text2,
|
241 |
quality_text3,
|
|
|
|
|
|
|
|
|
|
|
242 |
id="inner-text",
|
243 |
)
|
244 |
)
|
|
|
231 |
Img(src="images/pipeline.png"),
|
232 |
data_processing_image_desc,
|
233 |
H2("Combining the Best of Web and Curated Sources"),
|
|
|
|
|
|
|
|
|
|
|
234 |
quality_text,
|
235 |
quality_text2,
|
236 |
quality_text3,
|
237 |
+
H3("Table 1: TxT360 combines both the web data and highly-curated sources, which none of the existing datasets have covered."),
|
238 |
+
P("The following table shows TxT360 and other well-known datasets on the coverage and size of data sources."),
|
239 |
+
table_div,
|
240 |
+
P("Table 2: Basic TxT360 Statistics."),
|
241 |
+
table_div1,
|
242 |
id="inner-text",
|
243 |
)
|
244 |
)
|