Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -143,15 +143,15 @@ MODEL_TITLE = """
|
|
143 |
<img src="file/seal_logo.png" style="
|
144 |
max-width: 10em;
|
145 |
max-height: 5%;
|
146 |
-
height:
|
147 |
-
width:
|
148 |
float: left;
|
149 |
margin-left: auto;
|
150 |
">
|
151 |
</div>
|
152 |
<div class="text" style="
|
153 |
padding-left: 20px;
|
154 |
-
padding-top:
|
155 |
float: left;
|
156 |
">
|
157 |
<h1>SeaLLM-13B - An Assistant for Southeast Asian Languages</h1>
|
|
|
143 |
<img src="file/seal_logo.png" style="
|
144 |
max-width: 10em;
|
145 |
max-height: 5%;
|
146 |
+
height: 3em;
|
147 |
+
width: 3em;
|
148 |
float: left;
|
149 |
margin-left: auto;
|
150 |
">
|
151 |
</div>
|
152 |
<div class="text" style="
|
153 |
padding-left: 20px;
|
154 |
+
padding-top: 1%;
|
155 |
float: left;
|
156 |
">
|
157 |
<h1>SeaLLM-13B - An Assistant for Southeast Asian Languages</h1>
|