lixin4ever commited on
Commit
7c07e7c
โ€ข
1 Parent(s): 19782fd

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +6 -0
app.py CHANGED
@@ -159,6 +159,12 @@ MODEL_TITLE = """
159
  </div>
160
  """
161
  MODEL_DESC = """
 
 
 
 
 
 
162
  <span style="font-size: larger">
163
  This is <a href="https://huggingface.co/SeaLLMs/SeaLLM-Chat-13b" target="_blank">SeaLLM-13B-Chat</a> - a chatbot assistant optimized for Southeast Asian Languages. It produces helpful responses in English ๐Ÿ‡ฌ๐Ÿ‡ง, Vietnamese ๐Ÿ‡ป๐Ÿ‡ณ, Indonesian ๐Ÿ‡ฎ๐Ÿ‡ฉ and Thai ๐Ÿ‡น๐Ÿ‡ญ.
164
  Explore <a href="https://huggingface.co/SeaLLMs/SeaLLM-Chat-13b" target="_blank">our article</a> for more details.
 
159
  </div>
160
  """
161
  MODEL_DESC = """
162
+ <div style='display:flex; gap: 0.25rem; '>
163
+ <a href=''><img src='https://img.shields.io/badge/Github-Code-success'></a>
164
+ <a href='https://huggingface.co/spaces/SeaLLMs/SeaLLM-Chat-13b'><img src='https://img.shields.io/badge/%F0%9F%A4%97%20Hugging%20Face-Spaces-blue'></a>
165
+ <a href='https://huggingface.co/SeaLLMs/SeaLLM-Chat-13b'><img src='https://img.shields.io/badge/%F0%9F%A4%97%20Hugging%20Face-Model-blue'></a>
166
+ <a href=''><img src='https://img.shields.io/badge/Paper-PDF-red'></a>
167
+ </div>
168
  <span style="font-size: larger">
169
  This is <a href="https://huggingface.co/SeaLLMs/SeaLLM-Chat-13b" target="_blank">SeaLLM-13B-Chat</a> - a chatbot assistant optimized for Southeast Asian Languages. It produces helpful responses in English ๐Ÿ‡ฌ๐Ÿ‡ง, Vietnamese ๐Ÿ‡ป๐Ÿ‡ณ, Indonesian ๐Ÿ‡ฎ๐Ÿ‡ฉ and Thai ๐Ÿ‡น๐Ÿ‡ญ.
170
  Explore <a href="https://huggingface.co/SeaLLMs/SeaLLM-Chat-13b" target="_blank">our article</a> for more details.