Spaces:
Sleeping
Sleeping
remove black color
Browse files
app.py
CHANGED
@@ -164,8 +164,8 @@ css += share_btn_css + monospace_css + custom_output_css + ".gradio-container {c
|
|
164 |
|
165 |
description = """
|
166 |
<div style="text-align: center;">
|
167 |
-
<h1
|
168 |
-
<p
|
169 |
</div>
|
170 |
"""
|
171 |
disclaimer = """⚠️<b>Any use or sharing of this demo constitues your acceptance of the BigCode [OpenRAIL-M](https://huggingface.co/spaces/bigcode/bigcode-model-license-agreement) License Agreement and the use restrictions included within.</b>\
|
|
|
164 |
|
165 |
description = """
|
166 |
<div style="text-align: center;">
|
167 |
+
<h1> 💫 StarCoder<span style='color: #e6b800;'> - </span>Playground 🪐</h1>
|
168 |
+
<p>This is a demo to generate code with <a href="https://huggingface.co/bigcode/starcoder" style='color: #e6b800;'>StarCoder</a>, a 15B parameter model for code generation in 86 programming languages.</p>
|
169 |
</div>
|
170 |
"""
|
171 |
disclaimer = """⚠️<b>Any use or sharing of this demo constitues your acceptance of the BigCode [OpenRAIL-M](https://huggingface.co/spaces/bigcode/bigcode-model-license-agreement) License Agreement and the use restrictions included within.</b>\
|