Spaces:
Running
on
Zero
Running
on
Zero
lixin4ever
commited on
Commit
โข
7c07e7c
1
Parent(s):
19782fd
Update app.py
Browse files
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.
|