Matt commited on
Commit
41f3764
1 Parent(s): a06104a
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -40,7 +40,7 @@ iface = gr.Interface(
40
  inputs=[
41
  gr.TextArea(value=default_template, lines=10, max_lines=30, label="Chat Template"),
42
  gr.TextArea(value=str(demo_conversation1), lines=5, label="Conversation 1"),
43
- gr.TextArea(value=str(demo_conversation2), lines=5, label="Conversation 2")
44
  gr.Checkbox(value=True, label="Cleanup template whitespace"),
45
  ],
46
  outputs=[gr.TextArea(label=output_name) for output_name in output_names])
 
40
  inputs=[
41
  gr.TextArea(value=default_template, lines=10, max_lines=30, label="Chat Template"),
42
  gr.TextArea(value=str(demo_conversation1), lines=5, label="Conversation 1"),
43
+ gr.TextArea(value=str(demo_conversation2), lines=5, label="Conversation 2"),
44
  gr.Checkbox(value=True, label="Cleanup template whitespace"),
45
  ],
46
  outputs=[gr.TextArea(label=output_name) for output_name in output_names])