Spaces:
Sleeping
Sleeping
Commit ·
4862feb
1
Parent(s): c659c53
fix: fix bug in login functionality
Browse files
app.py
CHANGED
|
@@ -136,7 +136,7 @@ with gr.Blocks(theme=seafoam, css=get_content("css/style.css")) as demo:
|
|
| 136 |
render_player_data,
|
| 137 |
player_info,
|
| 138 |
[avatar, pet_gallery, badge_gallery, adventure_log, achievements, adventure],
|
| 139 |
-
).then(send_player_login_info)
|
| 140 |
|
| 141 |
pull_newest_player_data.submit(
|
| 142 |
save_latest_player_data,
|
|
|
|
| 136 |
render_player_data,
|
| 137 |
player_info,
|
| 138 |
[avatar, pet_gallery, badge_gallery, adventure_log, achievements, adventure],
|
| 139 |
+
).then(**send_player_login_info)
|
| 140 |
|
| 141 |
pull_newest_player_data.submit(
|
| 142 |
save_latest_player_data,
|