lkm2835 commited on
Commit
9363e88
β€’
1 Parent(s): 3470d92

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -21,9 +21,9 @@ DEFAULT_MAX_NEW_TOKENS = 512
21
  MAX_INPUT_TOKEN_LENGTH = int(os.getenv("MAX_INPUT_TOKEN_LENGTH", "16384"))
22
 
23
  DESCRIPTION = """\
24
- # <center> EXAONE 3.5: Series of Large Language Models for Real-world Use Cases </center>
25
 
26
- ##### <center> We hope EXAONE continues to advance Expert AI with its effectiveness and bilingual skills. </center>
27
 
28
  <center>πŸ‘‹ For more details, please check <a href=https://huggingface.co/collections/LGAI-EXAONE/exaone-35-674d0e1bb3dcd2ab6f39dbb4>EXAONE-3.5 collections</a>, <a href=https://www.lgresearch.ai/blog/view?seq=507>our blog</a> or <a href=https://arxiv.org/abs/2412.04862>technical report</a></center>
29
  """
 
21
  MAX_INPUT_TOKEN_LENGTH = int(os.getenv("MAX_INPUT_TOKEN_LENGTH", "16384"))
22
 
23
  DESCRIPTION = """\
24
+ <h1 style="text-align: center; margin-top: -23px; margin-bottom: -5px;"> EXAONE 3.5: Series of Large Language Models for Real-world Use Cases</h1>
25
 
26
+ #### <center> We hope EXAONE continues to advance Expert AI with its effectiveness and bilingual skills. </center>
27
 
28
  <center>πŸ‘‹ For more details, please check <a href=https://huggingface.co/collections/LGAI-EXAONE/exaone-35-674d0e1bb3dcd2ab6f39dbb4>EXAONE-3.5 collections</a>, <a href=https://www.lgresearch.ai/blog/view?seq=507>our blog</a> or <a href=https://arxiv.org/abs/2412.04862>technical report</a></center>
29
  """