Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -183,14 +183,12 @@ def create_interface():
|
|
183 |
gr.Markdown("""
|
184 |
This AI RPG Adventure demonstrates Pixeltable's capabilities:
|
185 |
|
186 |
-
|
187 |
-
|
188 |
-
|
189 |
-
|
190 |
-
|
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():
|