Matt commited on
Commit
d35cae7
1 Parent(s): 357b114

Update header

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -20,7 +20,7 @@ default_template = """{% for message in messages %}
20
 
21
  description_text = """### This space is a helper app for writing [Chat Templates](https://huggingface.co/docs/transformers/main/en/chat_templating).
22
 
23
- ### When you're happy with the outputs from your template, you can use the code block at the end to create a PR to add your template to a model"""
24
 
25
  def apply_chat_template(template, test_conversation, add_generation_prompt, cleanup_whitespace):
26
  if cleanup_whitespace:
 
20
 
21
  description_text = """### This space is a helper app for writing [Chat Templates](https://huggingface.co/docs/transformers/main/en/chat_templating).
22
 
23
+ ### When you're happy with the outputs from your template, you can use the code block at the end to add it to a PR!"""
24
 
25
  def apply_chat_template(template, test_conversation, add_generation_prompt, cleanup_whitespace):
26
  if cleanup_whitespace: