victormiller commited on
Commit
4e6ee79
1 Parent(s): b9b2095

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +3 -3
main.py CHANGED
@@ -433,7 +433,7 @@ new_dataset_comparison1 = pd.DataFrame(
433
  "Dolma": [
434
  "24",
435
  "1 Source",
436
- "checkmark",
437
  "-",
438
  "-",
439
  "-",
@@ -447,7 +447,7 @@ new_dataset_comparison1 = pd.DataFrame(
447
  "RedPajamaV1": [
448
  "5",
449
  "1 Source",
450
- "checkmark",
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")