Joan Giner commited on
Commit
07cb2d5
·
1 Parent(s): ff7fda0

updated literals

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -491,7 +491,6 @@ css = """.table-wrap.scroll-hide.svelte-8hrj8a.no-wrap {
491
  div#component-2 h2 {
492
  color: var(--block-label-text-color);
493
  text-align: center;
494
- border-bottom: 2px solid;
495
  border-radius: 7px;
496
  text-align: center;
497
  margin: 0 15% 0 15%;
@@ -529,7 +528,7 @@ div#component-9 {
529
 
530
  with gr.Blocks(theme=gr.themes.Soft(), css=css) as demo:
531
  with gr.Row():
532
- gr.Markdown("## Dataset documentation analyzer")
533
  with gr.Row():
534
  gr.Markdown("""Extract, in a structured manner, the **[general guidelines](https://knowingmachines.org/reading-list#dataset_documentation_practices)** from the ML community about dataset documentation practices from its scientific documentation. Study and analyze scientific data published in peer-review journals such as: **[Nature's Scientific Data](https://duckduckgo.com)** and **[Data-in-Brief](https://duckduckgo.com)**. Here you have a **[complete list](https://zenodo.org/record/7082126#.ZDaf-OxBz0p)** of data journals suitable to be analyzed with this tool.
535
  """)
 
491
  div#component-2 h2 {
492
  color: var(--block-label-text-color);
493
  text-align: center;
 
494
  border-radius: 7px;
495
  text-align: center;
496
  margin: 0 15% 0 15%;
 
528
 
529
  with gr.Blocks(theme=gr.themes.Soft(), css=css) as demo:
530
  with gr.Row():
531
+ gr.Markdown("## DataDoc Analyzer")
532
  with gr.Row():
533
  gr.Markdown("""Extract, in a structured manner, the **[general guidelines](https://knowingmachines.org/reading-list#dataset_documentation_practices)** from the ML community about dataset documentation practices from its scientific documentation. Study and analyze scientific data published in peer-review journals such as: **[Nature's Scientific Data](https://duckduckgo.com)** and **[Data-in-Brief](https://duckduckgo.com)**. Here you have a **[complete list](https://zenodo.org/record/7082126#.ZDaf-OxBz0p)** of data journals suitable to be analyzed with this tool.
534
  """)