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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +9 -4
app.py CHANGED
@@ -165,11 +165,16 @@ with gr.Blocks(
165
 
166
  gr.HTML(
167
  """
168
- <div align="center">
169
- <div class='app-title'>Marco-MT-Algharb</div>
170
- <a href="https://www.aidc-ai.com/marcomt">Alibaba International Digital Commerce</a>
 
 
171
  <br><br>
172
- <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>
 
 
 
173
  </div>
174
  """
175
  )
 
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
  )