Spaces:
Sleeping
Sleeping
updated
Browse files
app.py
CHANGED
@@ -35,8 +35,7 @@ input_textbox = gr.Textbox(
|
|
35 |
label="Prompt",
|
36 |
info="Ask me something.",
|
37 |
lines=3,
|
38 |
-
|
39 |
-
value="Generate the OpenSCAP remediation code to disable the timed service on RHEL9 in XCCDF format."
|
40 |
)
|
41 |
gr.Interface(
|
42 |
fn=generate,
|
|
|
35 |
label="Prompt",
|
36 |
info="Ask me something.",
|
37 |
lines=3,
|
38 |
+
value="# Write a python function to read a parquet file and print rows 20 through 25."
|
|
|
39 |
)
|
40 |
gr.Interface(
|
41 |
fn=generate,
|