Spaces:
Sleeping
Sleeping
Deploy Myco from CI
Browse files- 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 |
-
|
| 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 |
-
|
| 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)
|