cvpfus Codex commited on
Commit
f1d674e
·
1 Parent(s): b8ab7ec

Update default article topic

Browse files

Co-authored-by: Codex <codex@openai.com>

Files changed (2) hide show
  1. app.py +1 -1
  2. static/generate.html +1 -1
app.py CHANGED
@@ -322,7 +322,7 @@ def demo_script_core() -> dict[str, Any]:
322
  "method": "POST",
323
  "path": "/api/generate-article",
324
  "expect": "generated article draft with Klein thumbnail receipt",
325
- "sample_body": {"topic": "accessible robotics for classrooms"},
326
  },
327
  ]
328
  for check in api_checks:
 
322
  "method": "POST",
323
  "path": "/api/generate-article",
324
  "expect": "generated article draft with Klein thumbnail receipt",
325
+ "sample_body": {"topic": "deep sea bioluminescence"},
326
  },
327
  ]
328
  for check in api_checks:
static/generate.html CHANGED
@@ -39,7 +39,7 @@
39
  type="text"
40
  minlength="3"
41
  maxlength="100"
42
- value="accessible robotics for classrooms"
43
  required
44
  />
45
  <button id="generateArticleButton" type="submit">Generate</button>
 
39
  type="text"
40
  minlength="3"
41
  maxlength="100"
42
+ value="deep sea bioluminescence"
43
  required
44
  />
45
  <button id="generateArticleButton" type="submit">Generate</button>