cryptocalypse commited on
Commit
9e88322
·
verified ·
1 Parent(s): b3e9c62

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 Domination Codex adventure and prologue","List Domination Codex game rules","List Domination Codex races and classes","List magic hashtag table"]
395
  )
396
 
397
 
 
391
  retry_btn=None,
392
  undo_btn="Undo",
393
  clear_btn="Clear",
394
+ examples=["START PLAY","Prologue","Explain how to use","List Domination Codex game rules","List Domination Codex races and classes","List magic hashtag table"]
395
  )
396
 
397