PierreBrunelle commited on
Commit
f2699d6
·
verified ·
1 Parent(s): fb4c328

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -7
app.py CHANGED
@@ -183,14 +183,12 @@ def create_interface():
183
  gr.Markdown("""
184
  This AI RPG Adventure demonstrates Pixeltable's capabilities:
185
 
186
- - 🎮 Creates dynamic, AI-driven interactive stories
187
- - 🔄 Maintains game state and history using Pixeltable tables
188
- - 💭 Generates contextual options based on player actions
189
- - 🤖 Uses LLMs to create engaging narratives
190
- - 📊 Tracks and displays game progression
191
 
192
- Perfect for understanding how Pixeltable can manage complex,
193
- stateful applications with AI integration! ✨
194
  """)
195
 
196
  with gr.Column():
 
183
  gr.Markdown("""
184
  This AI RPG Adventure demonstrates Pixeltable's capabilities:
185
 
186
+ 1. 🎮 Creates dynamic, AI-driven interactive stories
187
+ 2. 🔄 Maintains game state and history using Pixeltable tables
188
+ 3. 💭 Generates contextual options based on player actions
189
+ 4. 🤖 Uses LLMs to create engaging narratives
190
+ 5. 📊 Tracks and displays game progression
191
 
 
 
192
  """)
193
 
194
  with gr.Column():