bkoz commited on
Commit
2056f7e
·
1 Parent(s): 1d77dbc
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -35,8 +35,7 @@ input_textbox = gr.Textbox(
35
  label="Prompt",
36
  info="Ask me something.",
37
  lines=3,
38
- # value="def fibonacci(n: int) -> list:\n",
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,