stmnk commited on
Commit
476d44d
·
1 Parent(s): 7d8fd50

update labels

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -16,7 +16,7 @@ def pygen_func(code_nl):
16
 
17
  iface = gr.Interface(pygen_func,
18
  [
19
- gr.inputs.Textbox(lines=7, label="Context", default=code_nl),
20
  ],
21
- gr.outputs.Textbox(label="Completion"))
22
  iface.launch(share=True)
 
16
 
17
  iface = gr.Interface(pygen_func,
18
  [
19
+ gr.inputs.Textbox(lines=7, label="Code Intent NL", default=code_nl),
20
  ],
21
+ gr.outputs.Textbox(label="Code Generated PL"))
22
  iface.launch(share=True)