byte-vortex commited on
Commit
528c210
·
verified ·
1 Parent(s): f468a95

Deploy Myco from CI

Browse files
Files changed (1) hide show
  1. ui/gradio_app.py +2 -2
ui/gradio_app.py CHANGED
@@ -280,7 +280,7 @@ def move_player(position, direction, collection, active_mushrooms):
280
  gr.update(),
281
  dex_markdown(collection),
282
  progress_markdown(collection),
283
- gr.update(),
284
  )
285
 
286
  def move_north(position, collection, active_mushrooms): return _move(position, "north", collection, active_mushrooms)
@@ -318,7 +318,7 @@ def _move(position, direction, collection, active_mushrooms):
318
  gr.update(),
319
  dex_markdown(collection),
320
  progress_markdown(collection),
321
- gr.update(),
322
  )
323
 
324
  def move_north(position, collection, active_mushrooms): return _move(position, "north", collection, active_mushrooms)
 
280
  gr.update(),
281
  dex_markdown(collection),
282
  progress_markdown(collection),
283
+ safe_mushrooms,
284
  )
285
 
286
  def move_north(position, collection, active_mushrooms): return _move(position, "north", collection, active_mushrooms)
 
318
  gr.update(),
319
  dex_markdown(collection),
320
  progress_markdown(collection),
321
+ safe_mushrooms,
322
  )
323
 
324
  def move_north(position, collection, active_mushrooms): return _move(position, "north", collection, active_mushrooms)