εšι—» commited on
Commit
ed80a4c
Β·
1 Parent(s): 3a4034e

fix layout and url

Browse files
Files changed (1) hide show
  1. chinatravel/ui/content.py +2 -2
chinatravel/ui/content.py CHANGED
@@ -3,7 +3,7 @@ TITLE_HTML = """
3
  """
4
 
5
  INTRO_MARKDOWN = """
6
- <div style=\"max-width: 450px; 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,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//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**
 
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**