katielink commited on
Commit
a579973
β€’
1 Parent(s): e76748f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -9,7 +9,7 @@ with gr.Blocks() as demo:
9
  summary = gr.Textbox(label='Provide a 2 sentence summary of this dataset.', lines=5)
10
  audit = gr.Textbox(label='Has the dataset been audited before? If yes, by whom and what are the results?', lines=5)
11
 
12
- with gr.Tab("Dataset Versioning")
13
  gr.Markdown("Version: A dataset will be considered to have a new version if there are major differences from a previous release. Some examples are a change in the number of patients/participants, or an increase in the data modalities covered.")
14
  gr.Markdown("Sub-version: A sub-version tends to apply smaller scale changes to a given version. Some datasets in healthcare are released without labels and predefined tasks, or will be later labeled by researchers for specific tasks and problems, to form sub-versions of the dataset.")
15
  gr.Markdown("The following set of questions clarifies the information about the current (latest) version of the dataset. It is important to report the rationale for labeling the data in any of the versions and sub-versions that this datasheet addresses, funding resources, and motivations behind each released version of the dataset.")
 
9
  summary = gr.Textbox(label='Provide a 2 sentence summary of this dataset.', lines=5)
10
  audit = gr.Textbox(label='Has the dataset been audited before? If yes, by whom and what are the results?', lines=5)
11
 
12
+ with gr.Tab("Dataset Versioning"):
13
  gr.Markdown("Version: A dataset will be considered to have a new version if there are major differences from a previous release. Some examples are a change in the number of patients/participants, or an increase in the data modalities covered.")
14
  gr.Markdown("Sub-version: A sub-version tends to apply smaller scale changes to a given version. Some datasets in healthcare are released without labels and predefined tasks, or will be later labeled by researchers for specific tasks and problems, to form sub-versions of the dataset.")
15
  gr.Markdown("The following set of questions clarifies the information about the current (latest) version of the dataset. It is important to report the rationale for labeling the data in any of the versions and sub-versions that this datasheet addresses, funding resources, and motivations behind each released version of the dataset.")