Spaces:
Running
Running
ChenyuRabbitLove
commited on
Commit
•
d956e14
1
Parent(s):
d288560
bugfix: fix minor bugs
Browse files
utils/completion_reward_utils.py
CHANGED
@@ -78,4 +78,5 @@ def check_is_in_completion_reward(player_backend_user_id):
|
|
78 |
gr.update(visible=False),
|
79 |
gr.update(visible=True),
|
80 |
gr.update(visible=False),
|
|
|
81 |
)
|
|
|
78 |
gr.update(visible=False),
|
79 |
gr.update(visible=True),
|
80 |
gr.update(visible=False),
|
81 |
+
gr.update(visible=False),
|
82 |
)
|