Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -160,7 +160,8 @@ css += share_btn_css + monospace_css + ".gradio-container {color: black}"
|
|
160 |
description = """
|
161 |
<div style="text-align: center;">
|
162 |
<h1> 💫 StarCoder<span style='color: #e6b800;'> - </span>Playground 🪐</h1>
|
163 |
-
<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
|
|
|
164 |
</div>
|
165 |
"""
|
166 |
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>\
|
|
|
160 |
description = """
|
161 |
<div style="text-align: center;">
|
162 |
<h1> 💫 StarCoder<span style='color: #e6b800;'> - </span>Playground 🪐</h1>
|
163 |
+
<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.
|
164 |
+
You can also chat with a prompted version of the model at <a href="https://huggingface.co/chat/?model=bigcode/starcoder">hf.co/chat</a></p>
|
165 |
</div>
|
166 |
"""
|
167 |
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>\
|