Matt commited on
Commit
a20d51f
·
1 Parent(s): aeb84b0
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -47,7 +47,7 @@ iface = gr.Interface(
47
  gr.Checkbox(value=True, label="Cleanup template whitespace"),
48
  ],
49
  outputs=[
50
- gr.TextArea(label="Formatted conversation")),
51
- gr.TextArea(label="Code snippet to create PR", lines=3, show_copy_button=True))
52
  ]
53
  iface.launch()
 
47
  gr.Checkbox(value=True, label="Cleanup template whitespace"),
48
  ],
49
  outputs=[
50
+ gr.TextArea(label="Formatted conversation"),
51
+ gr.TextArea(label="Code snippet to create PR", lines=3, show_copy_button=True)
52
  ]
53
  iface.launch()