loubnabnl HF staff commited on
Commit
1e37f76
1 Parent(s): 3d0bd77

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -168,9 +168,9 @@ css += share_btn_css + monospace_css + ".gradio-container {color: black}"
168
  description = """
169
  <div style="text-align: center;">
170
  <h1> ⭐ StarCoder <span style='color: #e6b800;'>Models</span> Playground</h1>
171
- <p>This is a demo to generate text and code with the following StarCoder models:</p>
172
  </div>
173
  <div style="text-align: left;">
 
174
  <ul>
175
  <li><a href="https://huggingface.co/bigcode/starcoderplus" style='color: #e6b800;'>StarCoderPlus</a>: A finetuned version of StarCoderBase on English web data, making it strong in both English text and code generation.</li>
176
  <li><a href="https://huggingface.co/bigcode/starcoderbase" style='color: #e6b800;'>StarCoderBase</a>: A code generation model trained on 80+ programming languages, providing broad language coverage for code generation tasks.</li>
 
168
  description = """
169
  <div style="text-align: center;">
170
  <h1> ⭐ StarCoder <span style='color: #e6b800;'>Models</span> Playground</h1>
 
171
  </div>
172
  <div style="text-align: left;">
173
+ <p>This is a demo to generate text and code with the following StarCoder models:</p>
174
  <ul>
175
  <li><a href="https://huggingface.co/bigcode/starcoderplus" style='color: #e6b800;'>StarCoderPlus</a>: A finetuned version of StarCoderBase on English web data, making it strong in both English text and code generation.</li>
176
  <li><a href="https://huggingface.co/bigcode/starcoderbase" style='color: #e6b800;'>StarCoderBase</a>: A code generation model trained on 80+ programming languages, providing broad language coverage for code generation tasks.</li>