hwang233 commited on
Commit
6c7fa87
·
verified ·
1 Parent(s): d8fbad0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +24 -10
app.py CHANGED
@@ -165,16 +165,30 @@ with gr.Blocks(
165
 
166
  gr.HTML(
167
  """
168
- <div align="center" style="font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;">
169
-
170
- <h2 style="font-weight: 600; margin-bottom: 0.5rem; margin-top: 0.5rem;">Marco-MT-Algharb</h2>
171
-
172
- <a href="https://www.aidc-ai.com/marcomt" style="font-size: 1.1rem;">Alibaba International Digital Commerce</a>
173
- <br><br>
174
-
175
- <p>
176
- <a href="https://github.com/AIDC-AI/Marco-MT"><img src="https://img.shields.io/badge/GitHub-Repository-181717?logo=github" alt="GitHub"></a><a href="https://huggingface.co/AIDC-AI/Marco-MT-Algharb"><img src="https://img.shields.io/badge/Hugging%20Face-Model-ffc107?logo=huggingface" alt="Hugging Face"></a><a href="https://www2.statmt.org/wmt25/pdf/2025.wmt-1.33.pdf"><img src="https://img.shields.io/badge/Paper-WMT_2025-B23737" alt="Paper"></a><a href="https://huggingface.io/spaces/AIDC-AI/Marco-MT-Algharb"><img src="https://img.shields.io/badge/Demo-HF%20Space-ffc107?logo=huggingface" alt="Demo"></a>
177
- </p>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
178
  </div>
179
  """
180
  )
 
165
 
166
  gr.HTML(
167
  """
168
+ <div align="center" style="font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Microsoft YaHei', sans-serif; padding: 20px 0;">
169
+ <h1 style="font-weight: 700; color: #2C3E50; margin-bottom: 0.25rem; font-size: 2.5rem;">
170
+ Marco-MT-Algharb
171
+ </h1>
172
+ <p style="margin-top: 0; margin-bottom: 1.5rem;">
173
+ <a href="https://www.aidc-ai.com/marcomt" style="font-size: 1.25rem; color: #E67E22; text-decoration: none; font-weight: 500;">
174
+ Alibaba International Digital Commerce
175
+ </a>
176
+ </p>
177
+
178
+ <div style="display: flex; justify-content: center; gap: 8px;">
179
+ <a href="https://github.com/AIDC-AI/Marco-MT">
180
+ <img src="https://img.shields.io/badge/GitHub-Repository-181717?logo=github&style=for-the-badge" alt="GitHub">
181
+ </a>
182
+ <a href="https://huggingface.co/AIDC-AI/Marco-MT-Algharb">
183
+ <img src="https://img.shields.io/badge/Hugging%20Face-Model-FFC107?logo=huggingface&style=for-the-badge" alt="Hugging Face Model">
184
+ </a>
185
+ <a href="https://www2.statmt.org/wmt25/pdf/2025.wmt-1.33.pdf">
186
+ <img src="https://img.shields.io/badge/Paper-WMT%202025-C0392B?logo=arxiv&style=for-the-badge" alt="Paper WMT 2025">
187
+ </a>
188
+ <a href="https://huggingface.io/spaces/AIDC-AI/Marco-MT-Algharb">
189
+ <img src="https://img.shields.io/badge/Demo-HF%20Space-E67E22?logo=huggingface&style=for-the-badge" alt="Demo HF Space">
190
+ </a>
191
+ </div>
192
  </div>
193
  """
194
  )