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

Formatting

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -18,9 +18,9 @@ default_template = """{% for message in messages %}
18
  {{ "<|im_start|>assistant\\n" }}
19
  {% endif %}"""
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:
 
18
  {{ "<|im_start|>assistant\\n" }}
19
  {% endif %}"""
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: