Update app.py
Browse files
app.py
CHANGED
|
@@ -28,7 +28,7 @@ iface = gr.Interface(
|
|
| 28 |
fn=generate_code,
|
| 29 |
inputs=gr.Textbox(lines=4, label="Instruction"),
|
| 30 |
outputs=gr.Textbox(lines=8, label="Generated Output"),
|
| 31 |
-
title="
|
| 32 |
description="Enter an instruction and get a generated Python function.",
|
| 33 |
)
|
| 34 |
|
|
|
|
| 28 |
fn=generate_code,
|
| 29 |
inputs=gr.Textbox(lines=4, label="Instruction"),
|
| 30 |
outputs=gr.Textbox(lines=8, label="Generated Output"),
|
| 31 |
+
title="Python Generation With LucentCode-1-py",
|
| 32 |
description="Enter an instruction and get a generated Python function.",
|
| 33 |
)
|
| 34 |
|