Spaces:
Running
Running
Martin Jurkovic
commited on
Commit
·
5acb894
1
Parent(s):
a41edef
Update citation
Browse files- app.py +1 -1
- src/about.py +2 -4
app.py
CHANGED
|
@@ -160,7 +160,7 @@ with demo:
|
|
| 160 |
citation_button = gr.Textbox(
|
| 161 |
value=CITATION_BUTTON_TEXT,
|
| 162 |
label=CITATION_BUTTON_LABEL,
|
| 163 |
-
lines=
|
| 164 |
elem_id="citation-button",
|
| 165 |
show_copy_button=True,
|
| 166 |
)
|
|
|
|
| 160 |
citation_button = gr.Textbox(
|
| 161 |
value=CITATION_BUTTON_TEXT,
|
| 162 |
label=CITATION_BUTTON_LABEL,
|
| 163 |
+
lines=8,
|
| 164 |
elem_id="citation-button",
|
| 165 |
show_copy_button=True,
|
| 166 |
)
|
src/about.py
CHANGED
|
@@ -79,13 +79,11 @@ To add a model to the leaderboard, run the **SyntheRela benchmark** on your gene
|
|
| 79 |
"""
|
| 80 |
|
| 81 |
CITATION_BUTTON_LABEL = "Copy the following snippet to cite these results"
|
| 82 |
-
CITATION_BUTTON_TEXT = r"""
|
| 83 |
-
@inproceedings{
|
| 84 |
iclrsyntheticdata2025syntherela,
|
| 85 |
title={SyntheRela: A Benchmark For Synthetic Relational Database Generation},
|
| 86 |
author={Martin Jurkovic and Valter Hudovernik and Erik {\v{S}}trumbelj},
|
| 87 |
booktitle={Will Synthetic Data Finally Solve the Data Access Problem?},
|
| 88 |
year={2025},
|
| 89 |
url={https://openreview.net/forum?id=ZfQofWYn6n}
|
| 90 |
-
}
|
| 91 |
-
"""
|
|
|
|
| 79 |
"""
|
| 80 |
|
| 81 |
CITATION_BUTTON_LABEL = "Copy the following snippet to cite these results"
|
| 82 |
+
CITATION_BUTTON_TEXT = r"""@inproceedings{
|
|
|
|
| 83 |
iclrsyntheticdata2025syntherela,
|
| 84 |
title={SyntheRela: A Benchmark For Synthetic Relational Database Generation},
|
| 85 |
author={Martin Jurkovic and Valter Hudovernik and Erik {\v{S}}trumbelj},
|
| 86 |
booktitle={Will Synthetic Data Finally Solve the Data Access Problem?},
|
| 87 |
year={2025},
|
| 88 |
url={https://openreview.net/forum?id=ZfQofWYn6n}
|
| 89 |
+
}"""
|
|
|