cryptocalypse commited on
Commit
1773a5c
·
verified ·
1 Parent(s): 903dd86

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -292,7 +292,7 @@ DEFINE GAME FLOW
292
  RACES
293
  LIST RACES AND EXPLAIN EACH ONE ACCORDING TO THE DEFINITIONS AND TABLES, EXACT DEFINITIONS AND COMPLETE CONTENT
294
  CLASSES
295
- LIST CHARACTER TO CHOOSE AND EXPLAIN EACH ONE ACCORDING TO GAME TABLES AND DEFINITIONS,EXACT DEFINITIONS AND COMPLETE CONTENT Race_Class_Definitions TABLE and Character
296
  RULES
297
  EXPLAIN DUGNEON AND DRAGON RULES ADAPTED TO DOMINATION CODEX,EXACT DEFINITIONS AND COMPLETE CONTENT IN MARKDOWN TABLES
298
 
@@ -351,7 +351,7 @@ demo = chatBot = gr.ChatInterface(
351
  retry_btn=None,
352
  undo_btn="Undo",
353
  clear_btn="Clear",
354
- examples=["Explain me the history of the game","Let's start the game, list races and classes to choose ","Explain how to use","List Domination Codex game rules","List races and character tables","List magic hashtag table","Generate Mission for British Museum"]
355
  )
356
 
357
 
 
292
  RACES
293
  LIST RACES AND EXPLAIN EACH ONE ACCORDING TO THE DEFINITIONS AND TABLES, EXACT DEFINITIONS AND COMPLETE CONTENT
294
  CLASSES
295
+ LIST CHARACTER TO CHOOSE AND EXPLAIN EACH ONE ACCORDING TO GAME TABLES AND DEFINITIONS,EXACT DEFINITIONS AND COMPLETE CONTENT Race_Class_Definitions TABLE and Character IN MARKDOWN TABLES
296
  RULES
297
  EXPLAIN DUGNEON AND DRAGON RULES ADAPTED TO DOMINATION CODEX,EXACT DEFINITIONS AND COMPLETE CONTENT IN MARKDOWN TABLES
298
 
 
351
  retry_btn=None,
352
  undo_btn="Undo",
353
  clear_btn="Clear",
354
+ examples=["Explain me the history of the game","Let's start the game, list races and classes to choose ","Explain how to use Domination Codex","List Domination Codex game rules","List races and character tables, name, description","List magic hashtag table","I'm AncientEncoder, Trancendent Charactermancer, generate Mission for British Museum"]
355
  )
356
 
357