Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -277,6 +277,21 @@ MODEL_TITLE = """
|
|
277 |
</div>
|
278 |
"""
|
279 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
280 |
"""
|
281 |
Somehow cannot add image here
|
282 |
<div class="image" >
|
|
|
277 |
</div>
|
278 |
"""
|
279 |
|
280 |
+
MODEL_TITLE = """
|
281 |
+
<img src="file/seal_logo.png" style="
|
282 |
+
max-width: 10em;
|
283 |
+
max-height: 5%;
|
284 |
+
height: 3em;
|
285 |
+
width: 3em;
|
286 |
+
">
|
287 |
+
<div class="text" style="
|
288 |
+
loat: left;
|
289 |
+
padding-bottom: 2%;
|
290 |
+
">
|
291 |
+
SeaLLMs - Large Language Models for Southeast Asia
|
292 |
+
</div>
|
293 |
+
"""
|
294 |
+
|
295 |
"""
|
296 |
Somehow cannot add image here
|
297 |
<div class="image" >
|