Abbasid commited on
Commit
1927a5d
·
verified ·
1 Parent(s): ea32eab

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -174,7 +174,7 @@ async def run_turn(user_input, game_state):
174
  def create_demo():
175
  with gr.Blocks(theme=gr.themes.Soft()) as demo:
176
  # State object to hold the workflow instance between turns
177
- game_state = gr.State((None, None, "**Inventory:** Empty"))
178
 
179
  gr.Markdown("# LlamaIndex Workflow: Dynamic Storyteller")
180
  gr.Markdown("An AI-powered text adventure game where every scene can be illustrated by AI.")
 
174
  def create_demo():
175
  with gr.Blocks(theme=gr.themes.Soft()) as demo:
176
  # State object to hold the workflow instance between turns
177
+ game_state = gr.State(None)
178
 
179
  gr.Markdown("# LlamaIndex Workflow: Dynamic Storyteller")
180
  gr.Markdown("An AI-powered text adventure game where every scene can be illustrated by AI.")