cryptocalypse commited on
Commit
262de1f
·
verified ·
1 Parent(s): 935ade2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -342,7 +342,7 @@ demo = chatBot = gr.ChatInterface(
342
  retry_btn=None,
343
  undo_btn="Undo",
344
  clear_btn="Clear",
345
- examples=["Explain me the history of the game","Let's start the game, I want to choose name, race and character ","Explain how to use Domination Codex","List Domination Codex game rules","List races and characters tables,and tell me how i can set my character","List Domination Codex comlete magic hashtag table and show me how to use","I'm AncientEncoder, Trancendent Charactermancer, generate Mission for British Museum"]
346
  )
347
 
348
 
 
342
  retry_btn=None,
343
  undo_btn="Undo",
344
  clear_btn="Clear",
345
+ examples=["Explain me the history of the game","START","Explain how to use Domination Codex","List Domination Codex game rules","List races and characters tables,and tell me how i can set my character","List Domination Codex comlete magic hashtag table and show me how to use","I'm AncientEncoder, Trancendent Charactermancer, generate Mission for British Museum"]
346
  )
347
 
348