JoPmt commited on
Commit
ba5f335
·
verified ·
1 Parent(s): 7801588

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -29,7 +29,7 @@ def plex(pmpt, input_text):
29
  yield generated_text.strip()
30
 
31
  with gr.Blocks() as iface:
32
- ins=gr.Code(lines=30,placeholder="Paste the code you'd like to modify/fix/extend/edit here.. or start coding.. get assistance when/if required.")
33
  pmpt=gr.Textbox(label="Prompt")
34
  btn=gr.Button("Assist")
35
  btn.click(plex,[pmpt,ins],[ins])
 
29
  yield generated_text.strip()
30
 
31
  with gr.Blocks() as iface:
32
+ ins=gr.Code(lines=30,label="Paste the code you'd like to modify/fix/extend/edit here.. or start coding.. get assistance when/if required.")
33
  pmpt=gr.Textbox(label="Prompt")
34
  btn=gr.Button("Assist")
35
  btn.click(plex,[pmpt,ins],[ins])