Spaces:
Build error
Build error
ει» commited on
Commit Β·
ed80a4c
1
Parent(s): 3a4034e
fix layout and url
Browse files
chinatravel/ui/content.py
CHANGED
|
@@ -3,7 +3,7 @@ TITLE_HTML = """
|
|
| 3 |
"""
|
| 4 |
|
| 5 |
INTRO_MARKDOWN = """
|
| 6 |
-
<div style=\"max-width:
|
| 7 |
<div style=\"display: flex; justify-content: center; flex-wrap: wrap; gap: 8px;\">
|
| 8 |
<a href="https://arxiv.org/abs/2412.13682" target="_blank" style="text-decoration:none; padding: 6px 12px; border-radius: 999px; border: 1px solid #cbd5e1; background: #ffffffcc; font-weight: 600; color: #0f172a;">π Paper</a>
|
| 9 |
<a href="https://github.com/LAMDASZ-ML/ChinaTravel" target="_blank" style="text-decoration:none; padding: 6px 12px; border-radius: 999px; border: 1px solid #cbd5e1; background: #ffffffcc; font-weight: 600; color: #0f172a;">π οΈ GitHub</a>
|
|
@@ -20,7 +20,7 @@ SUBMISSION_GUIDE = """
|
|
| 20 |
- Pick a split. The split determines which query UIDs are expected.
|
| 21 |
- Upload a `.zip` that contains JSON files named by query UIDs.
|
| 22 |
- Each JSON must follow the target schema: see [chinatravel/evaluation/output_schema.json](https://huggingface.co/spaces/LAMDA-NeSy/ChinaTravel/blob/main/chinatravel/evaluation/output_schema.json).
|
| 23 |
-
- Example archive: [easy_submission_example.zip](https://huggingface.co/spaces/LAMDA-NeSy/ChinaTravel/blob/main/
|
| 24 |
- You can dry-run locally via `python eval_exp.py --splits <split> --method <your_method>` to mirror the hosted evaluation.
|
| 25 |
|
| 26 |
π **Output**
|
|
|
|
| 3 |
"""
|
| 4 |
|
| 5 |
INTRO_MARKDOWN = """
|
| 6 |
+
<div style=\"max-width: 500px; margin: 0 auto; padding: 16px 18px; border: 1px solid #e5e7eb; border-radius: 12px; background: linear-gradient(90deg, #f8fafc 0%, #eef2ff 100%); box-shadow: 0 6px 18px rgba(0,0,0,0.04);\">
|
| 7 |
<div style=\"display: flex; justify-content: center; flex-wrap: wrap; gap: 8px;\">
|
| 8 |
<a href="https://arxiv.org/abs/2412.13682" target="_blank" style="text-decoration:none; padding: 6px 12px; border-radius: 999px; border: 1px solid #cbd5e1; background: #ffffffcc; font-weight: 600; color: #0f172a;">π Paper</a>
|
| 9 |
<a href="https://github.com/LAMDASZ-ML/ChinaTravel" target="_blank" style="text-decoration:none; padding: 6px 12px; border-radius: 999px; border: 1px solid #cbd5e1; background: #ffffffcc; font-weight: 600; color: #0f172a;">π οΈ GitHub</a>
|
|
|
|
| 20 |
- Pick a split. The split determines which query UIDs are expected.
|
| 21 |
- Upload a `.zip` that contains JSON files named by query UIDs.
|
| 22 |
- Each JSON must follow the target schema: see [chinatravel/evaluation/output_schema.json](https://huggingface.co/spaces/LAMDA-NeSy/ChinaTravel/blob/main/chinatravel/evaluation/output_schema.json).
|
| 23 |
+
- Example archive: [easy_submission_example.zip](https://huggingface.co/spaces/LAMDA-NeSy/ChinaTravel/blob/main/easy_submission_example.zip)
|
| 24 |
- You can dry-run locally via `python eval_exp.py --splits <split> --method <your_method>` to mirror the hosted evaluation.
|
| 25 |
|
| 26 |
π **Output**
|