Spaces:
Running
Running
victormiller
commited on
Commit
•
c2d67bd
1
Parent(s):
465a4f0
Update overview.py
Browse files- overview.py +3 -3
overview.py
CHANGED
@@ -226,8 +226,8 @@ dataset_sources = pd.DataFrame(
|
|
226 |
}
|
227 |
)
|
228 |
|
229 |
-
|
230 |
-
|
231 |
|
232 |
|
233 |
def get_curated_chart():
|
@@ -282,7 +282,7 @@ both critical for effective LLM pre-training."""),
|
|
282 |
table_div_1,
|
283 |
table_div_2,
|
284 |
P("Table 2: Basic TxT360 Statistics."),
|
285 |
-
|
286 |
),
|
287 |
Section(
|
288 |
H2("Our General Appoach to Data Processing"),
|
|
|
226 |
}
|
227 |
)
|
228 |
|
229 |
+
table_html_data = dataset_sources.to_html(index=False, border=0)
|
230 |
+
table_div_data = Div(NotStr(table_html_data), style="margin: 40px;")
|
231 |
|
232 |
|
233 |
def get_curated_chart():
|
|
|
282 |
table_div_1,
|
283 |
table_div_2,
|
284 |
P("Table 2: Basic TxT360 Statistics."),
|
285 |
+
table_div_data,
|
286 |
),
|
287 |
Section(
|
288 |
H2("Our General Appoach to Data Processing"),
|