stmnk commited on
Commit
71385af
·
1 Parent(s): a5ef20b
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -134,7 +134,7 @@ iface = gr.Interface(
134
  docgen_func,
135
  [
136
  # gr.inputs.Textbox(lines=7, label="Code Intent (NL)", default=task_code),
137
- gr.inputs.Textbox(lines=7, label="Task + Code (PL)", default=task_code),
138
  ],
139
  # gr.outputs.Textbox(label="Code Generated PL"))
140
  gr.outputs.Textbox(label="Docstring Generated (NL)"))
 
134
  docgen_func,
135
  [
136
  # gr.inputs.Textbox(lines=7, label="Code Intent (NL)", default=task_code),
137
+ gr.inputs.Textbox(lines=7, label="Enter Task + Code in Python (PL)", default=task_code),
138
  ],
139
  # gr.outputs.Textbox(label="Code Generated PL"))
140
  gr.outputs.Textbox(label="Docstring Generated (NL)"))