Update app.py
Browse files
app.py
CHANGED
@@ -96,6 +96,8 @@ prompt_examples = [
|
|
96 |
placeholder = """
|
97 |
<div style="opacity: 0.5;">
|
98 |
<img src="https://raw.githubusercontent.com/sail-sg/sailor-llm/main/misc/banner.jpg" style="width:30%;">
|
|
|
|
|
99 |
</div>
|
100 |
"""
|
101 |
|
|
|
96 |
placeholder = """
|
97 |
<div style="opacity: 0.5;">
|
98 |
<img src="https://raw.githubusercontent.com/sail-sg/sailor-llm/main/misc/banner.jpg" style="width:30%;">
|
99 |
+
<br>Sailor models are designed to understand and generate text across diverse linguistic landscapes of these SEA regions:
|
100 |
+
<br>🇮🇩Indonesian, 🇹🇭Thai, 🇻🇳Vietnamese, 🇲🇾Malay, and 🇱🇦Lao.
|
101 |
</div>
|
102 |
"""
|
103 |
|