Text fixes
Browse files- app.py +1 -1
- markdown.py +1 -1
app.py
CHANGED
@@ -174,7 +174,7 @@ with gr.Blocks(
|
|
174 |
outputs=model_dataframe,
|
175 |
)
|
176 |
|
177 |
-
with gr.Tab("Guidelines") as tab_guidelines:
|
178 |
gr.Markdown(GUIDELINES)
|
179 |
|
180 |
|
|
|
174 |
outputs=model_dataframe,
|
175 |
)
|
176 |
|
177 |
+
with gr.Tab("Contribution Guidelines") as tab_guidelines:
|
178 |
gr.Markdown(GUIDELINES)
|
179 |
|
180 |
|
markdown.py
CHANGED
@@ -64,6 +64,6 @@ The [contamination_report.csv](https://huggingface.co/spaces/CONDA-Workshop/Data
|
|
64 |
|
65 |
PANEL_MARKDOWN = """
|
66 |
# Data Contamination Report
|
67 |
-
The 💨Data Contamination Report aims to track
|
68 |
This effort is part of [The 1st Workshop on Data Contamination (CONDA)](https://conda-workshop.github.io/) that will be held at ACL 2024.
|
69 |
""".strip()
|
|
|
64 |
|
65 |
PANEL_MARKDOWN = """
|
66 |
# Data Contamination Report
|
67 |
+
The 💨Data Contamination Report aims to track evidences of data contamination in pre-trained models and corpora.
|
68 |
This effort is part of [The 1st Workshop on Data Contamination (CONDA)](https://conda-workshop.github.io/) that will be held at ACL 2024.
|
69 |
""".strip()
|