Spaces:
Sleeping
Sleeping
Try to get the top of the page to show
Browse files
app.py
CHANGED
@@ -11,6 +11,8 @@ HF_TOKEN = os.environ.get("HF_TOKEN", None)
|
|
11 |
|
12 |
TITLE = "<h1><center>SmolLM-Instruct</center></h1>"
|
13 |
|
|
|
|
|
14 |
PLACEHOLDER = """
|
15 |
<center>
|
16 |
<p>SmolLM is a series of state-of-the-art small language models available in three sizes: 135M, 360M, and 1.7B parameters.</p>
|
|
|
11 |
|
12 |
TITLE = "<h1><center>SmolLM-Instruct</center></h1>"
|
13 |
|
14 |
+
description = "SmolLM is a series of state-of-the-art small language models available in three sizes: 135M, 360M, and 1.7B parameters."
|
15 |
+
|
16 |
PLACEHOLDER = """
|
17 |
<center>
|
18 |
<p>SmolLM is a series of state-of-the-art small language models available in three sizes: 135M, 360M, and 1.7B parameters.</p>
|