Spaces:
Running
Running
Update main.py
Browse files
main.py
CHANGED
|
@@ -433,7 +433,7 @@ new_dataset_comparison1 = pd.DataFrame(
|
|
| 433 |
"Dolma": [
|
| 434 |
"24",
|
| 435 |
"1 Source",
|
| 436 |
-
"
|
| 437 |
"-",
|
| 438 |
"-",
|
| 439 |
"-",
|
|
@@ -447,7 +447,7 @@ new_dataset_comparison1 = pd.DataFrame(
|
|
| 447 |
"RedPajamaV1": [
|
| 448 |
"5",
|
| 449 |
"1 Source",
|
| 450 |
-
"
|
| 451 |
"",
|
| 452 |
" ",
|
| 453 |
"",
|
|
@@ -776,7 +776,7 @@ styled_table = dataset_sources.style.apply(
|
|
| 776 |
|
| 777 |
table_html_data = styled_table._repr_html_()
|
| 778 |
# table_html_data = dataset_sources.to_html(index=False, border=0)
|
| 779 |
-
table_div_data = Div(NotStr(table_html_data), style="margin: 40px;")
|
| 780 |
|
| 781 |
|
| 782 |
@app.get("/intro")
|
|
|
|
| 433 |
"Dolma": [
|
| 434 |
"24",
|
| 435 |
"1 Source",
|
| 436 |
+
"Included",
|
| 437 |
"-",
|
| 438 |
"-",
|
| 439 |
"-",
|
|
|
|
| 447 |
"RedPajamaV1": [
|
| 448 |
"5",
|
| 449 |
"1 Source",
|
| 450 |
+
"Included",
|
| 451 |
"",
|
| 452 |
" ",
|
| 453 |
"",
|
|
|
|
| 776 |
|
| 777 |
table_html_data = styled_table._repr_html_()
|
| 778 |
# table_html_data = dataset_sources.to_html(index=False, border=0)
|
| 779 |
+
table_div_data = Div(NotStr(table_html_data), style="margin: 40px;"; align="center")
|
| 780 |
|
| 781 |
|
| 782 |
@app.get("/intro")
|