Matt commited on
Commit
5005844
1 Parent(s): a20d51f
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -50,4 +50,5 @@ iface = gr.Interface(
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()
 
50
  gr.TextArea(label="Formatted conversation"),
51
  gr.TextArea(label="Code snippet to create PR", lines=3, show_copy_button=True)
52
  ]
53
+ )
54
  iface.launch()