cryptocalypse commited on
Commit
122877c
·
verified ·
1 Parent(s): bdf1cb8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -419,7 +419,7 @@ demo = chatBot = gr.ChatInterface(
419
  retry_btn=None,
420
  undo_btn="Undo",
421
  clear_btn="Clear",
422
- examples=["","Let's start the game.","Explain how to use","List Domination Codex game rules","List Domination Codex races and classes","List magic hashtag table"]
423
  )
424
 
425
 
 
419
  retry_btn=None,
420
  undo_btn="Undo",
421
  clear_btn="Clear",
422
+ examples=["Let's start the game.","Explain how to use","List Domination Codex game rules","List Domination Codex races and classes","List magic hashtag table"]
423
  )
424
 
425