Update style.css (#1)
Browse files- Update style.css (a1dd36d7342815bea21229c344a013109bea1e81)
- Update app.py (d44407cb32b64372b2ad4fd2147856ed1ee68509)
app.py
CHANGED
@@ -13,7 +13,7 @@ MODEL = os.environ.get("MODEL_ID")
|
|
13 |
DESCRIPTION = """\
|
14 |
# EXAONE 3.0 7.8B Instruct
|
15 |
|
16 |
-
|
17 |
|
18 |
<center>This is a official demo of <a href=https://huggingface.co/LGAI-EXAONE/EXAONE-3.0-7.8B-Instruct>LGAI-EXAONE/EXAONE-3.0-7.8B-Instruct</a>, fine-tuned for instruction following.</center>
|
19 |
|
|
|
13 |
DESCRIPTION = """\
|
14 |
# EXAONE 3.0 7.8B Instruct
|
15 |
|
16 |
+
<span class="We-hope-EXAONE-continues-to-advance-Expert-AI-with-its-effectiveness-and-bilingual-skills">We hope EXAONE continues to advance Expert AI with its effectiveness and bilingual skills.</span>
|
17 |
|
18 |
<center>This is a official demo of <a href=https://huggingface.co/LGAI-EXAONE/EXAONE-3.0-7.8B-Instruct>LGAI-EXAONE/EXAONE-3.0-7.8B-Instruct</a>, fine-tuned for instruction following.</center>
|
19 |
|
style.css
CHANGED
@@ -2,3 +2,17 @@ h1 {
|
|
2 |
text-align: center;
|
3 |
display: block;
|
4 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2 |
text-align: center;
|
3 |
display: block;
|
4 |
}
|
5 |
+
.We-hope-EXAONE-continues-to-advance-Expert-AI-with-its-effectiveness-and-bilingual-skills {
|
6 |
+
width: 643px;
|
7 |
+
height: 26px;
|
8 |
+
margin: 20px 31px 5px;
|
9 |
+
font-family: Pretendard;
|
10 |
+
font-size: 16px;
|
11 |
+
font-weight: 600;
|
12 |
+
font-stretch: normal;
|
13 |
+
font-style: normal;
|
14 |
+
line-height: 1.63;
|
15 |
+
letter-spacing: -0.32px;
|
16 |
+
text-align: center;
|
17 |
+
color: #1f2937;
|
18 |
+
}
|