Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
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,
|
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])
|