Commit
·
a19fb1a
1
Parent(s):
f231efc
fix a little bug
Browse files
app.py
CHANGED
@@ -249,7 +249,6 @@ with gr.Blocks(css=css) as demo:
|
|
249 |
|
250 |
def show_plant_boxes(currency):
|
251 |
# Update the state variable
|
252 |
-
gold_or_gems.value = currency
|
253 |
|
254 |
inventory = {}
|
255 |
species_set = set()
|
|
|
249 |
|
250 |
def show_plant_boxes(currency):
|
251 |
# Update the state variable
|
|
|
252 |
|
253 |
inventory = {}
|
254 |
species_set = set()
|