cryptocalypse commited on
Commit
0c8af3c
·
verified ·
1 Parent(s): 5d3adc9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -303,12 +303,12 @@ DEFINE GAME FLOW
303
  CLASSES
304
  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
305
  RULES
306
- EXPLAIN DUGNEON AND DRAGON RULES ADAPTED TO DOMINATION CODEX,EXACT DEFINITIONS
307
 
308
  MISSIONS
309
  GENERATE EXAMPLE WITH EXACT DEFINITIONS ON TABLES
310
  HASHTAGS
311
- GENERATE HASHTAG MAGIC EXAMPLES WITH Place_Types_and_Magic_Hashtags TABLE AND Roles_Magic_Hashtags
312
 
313
 
314
 
@@ -360,7 +360,7 @@ demo = chatBot = gr.ChatInterface(
360
  retry_btn=None,
361
  undo_btn="Undo",
362
  clear_btn="Clear",
363
- examples=["Explain me the history of the game","Let's start the game ","Explain how to use Domination Codex","List Domination Codex game rules","List races and characters tables","List magic hashtag table","I'm AncientEncoder, Trancendent Charactermancer, generate Mission for British Museum"]
364
  )
365
 
366
 
 
303
  CLASSES
304
  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
305
  RULES
306
+ EXPLAIN RULES OF GAME
307
 
308
  MISSIONS
309
  GENERATE EXAMPLE WITH EXACT DEFINITIONS ON TABLES
310
  HASHTAGS
311
+ GENERATE HASHTAG MAGICS AS SOURCE Place_Types_and_Magic_Hashtags TABLE AND Roles_Magic_Hashtags
312
 
313
 
314
 
 
360
  retry_btn=None,
361
  undo_btn="Undo",
362
  clear_btn="Clear",
363
+ examples=["Explain me the history of the game","Let's start the game ","Explain how to use Domination Codex","List Domination Codex game rules","List races and characters","List magic hashtag table","I'm AncientEncoder, Trancendent Charactermancer, generate Mission for British Museum"]
364
  )
365
 
366