NihalGazi commited on
Commit
1e5b853
·
verified ·
1 Parent(s): 6516768

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -22,7 +22,7 @@ def generate_or_default():
22
  # Otherwise, generate via Pollinations
23
  prompt = request.args.get(
24
  "prompt",
25
- "a glowing board with the word 'KindSynapse'"
26
  )
27
  width = request.args.get("width", "1024")
28
  height = request.args.get("height", "1024")
 
22
  # Otherwise, generate via Pollinations
23
  prompt = request.args.get(
24
  "prompt",
25
+ "a glowing board with the word 'OptimFLUX'"
26
  )
27
  width = request.args.get("width", "1024")
28
  height = request.args.get("height", "1024")