bkoz commited on
Commit
a9c1c52
·
1 Parent(s): 76e97f6
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -36,7 +36,7 @@ input_textbox = gr.Textbox(
36
  info="Ask me something.",
37
  lines=3,
38
  # value="def fibonacci(n: int) -> list:\n",
39
- value="What is the RHEL9 DISA STIG minimum password length?",
40
  )
41
  gr.Interface(
42
  fn=generate,
 
36
  info="Ask me something.",
37
  lines=3,
38
  # value="def fibonacci(n: int) -> list:\n",
39
+ value="Generate the OpenSCAP remediation code for enforcing passwords on RHEL9 on XML format",
40
  )
41
  gr.Interface(
42
  fn=generate,