cryptocalypse commited on
Commit
19c9b99
·
verified ·
1 Parent(s): b02098e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -391,7 +391,7 @@ demo = chatBot = gr.ChatInterface(
391
  retry_btn=None,
392
  undo_btn="Undo",
393
  clear_btn="Clear",
394
- examples=["Start the adventure","Show the game rules","Show game races","Show game classes","Show game spells"]
395
  )
396
 
397
 
 
391
  retry_btn=None,
392
  undo_btn="Undo",
393
  clear_btn="Clear",
394
+ examples=["Start the dominationcodex adventure","Show dominationcodex the rules","Show dominationcodex races","Show dominationcodex classes","Show dominationcodex spells"]
395
  )
396
 
397