baohuynhbk14 commited on
Commit
0a8cc6f
·
1 Parent(s): ca15a3d

Align title section to the left in app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -345,7 +345,7 @@ title_html = """
345
  """
346
 
347
  description_html = """
348
- <div style="text-align: center;">
349
  <p style="font-size: 12px;">Vintern-1B-v3.5 is the latest in the Vintern series, bringing major improvements over v2 across all benchmarks. This continuous fine-tuning Version enhances Vietnamese capabilities while retaining strong English performance. It excels in OCR, text recognition, and Vietnam-specific document understanding.</p>
350
  </div>
351
  """
 
345
  """
346
 
347
  description_html = """
348
+ <div style="text-align: left;">
349
  <p style="font-size: 12px;">Vintern-1B-v3.5 is the latest in the Vintern series, bringing major improvements over v2 across all benchmarks. This continuous fine-tuning Version enhances Vietnamese capabilities while retaining strong English performance. It excels in OCR, text recognition, and Vietnam-specific document understanding.</p>
350
  </div>
351
  """