youzarsiph commited on
Commit
84472fa
·
1 Parent(s): 049bc65

update description

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -53,10 +53,10 @@ def chat(
53
  # UI
54
  star_coder = gr.ChatInterface(
55
  chat,
56
- title="Star Coder2",
57
  theme="soft",
58
- description="Star Coder 2 is a code assistant trained on 15B parameters and 100K lines of code. "
59
- "It is a powerful code assistant that can help you write and debug code, as well as explain code to others.",
60
  additional_inputs=[
61
  gr.Textbox(
62
  value="You are a friendly senior software engineer.",
 
53
  # UI
54
  star_coder = gr.ChatInterface(
55
  chat,
56
+ title="Star Coder 2",
57
  theme="soft",
58
+ description="Star Coder 2 is a advanced code assistant for software developers, "
59
+ "built on top of the BigCode StarCoder 2 15B model.",
60
  additional_inputs=[
61
  gr.Textbox(
62
  value="You are a friendly senior software engineer.",