PierreBrunelle commited on
Commit
4d3ca39
·
verified ·
1 Parent(s): 22e40bb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +6 -1
app.py CHANGED
@@ -258,7 +258,12 @@ def create_interface():
258
  examples=[
259
  ["Eldric", "🧙‍♂️ Fantasy", "You find yourself in an ancient forest clearing, standing before a mysterious glowing portal. Your journey begins..."],
260
  ["Commander Nova", "🚀 Sci-Fi", "Aboard the starship Nebula, alarms blare as unknown entities approach. The fate of the crew rests in your hands..."],
261
- ["Detective Blake", "🔍 Mystery", "In the fog-shrouded streets of Victorian London, a peculiar letter arrives at your doorstep..."],
 
 
 
 
 
262
  ],
263
  inputs=[player_name, genre, scenario]
264
  )
 
258
  examples=[
259
  ["Eldric", "🧙‍♂️ Fantasy", "You find yourself in an ancient forest clearing, standing before a mysterious glowing portal. Your journey begins..."],
260
  ["Commander Nova", "🚀 Sci-Fi", "Aboard the starship Nebula, alarms blare as unknown entities approach. The fate of the crew rests in your hands..."],
261
+ ["Elon Byte", "🤖 Cyberpunk", """You're the eccentric CEO of Neural Link Industries in Neo-Austin, 2049.
262
+ Your latest brain-computer interface prototype has started giving users the ability to communicate with their houseplants.
263
+ As you prepare for a major investor presentation, your AI assistant reports that the test subjects are organizing a peculiar gardening revolution..."""],
264
+ ["Chef Ramsey", "🌋 Post-Apocalyptic", """You're the last master chef in New Neo York, running an underground restaurant in the ruins of a former luxury hotel.
265
+ Your signature dish requires a rare mushroom that only grows in the dangerous radioactive zones. Just as you're preparing for tonight's secret supper club,
266
+ your scout returns with troubling news about rival chef gangs in the area..."""],
267
  ],
268
  inputs=[player_name, genre, scenario]
269
  )