Spaces:
Sleeping
Sleeping
Jimin Park
commited on
Commit
·
252f58e
1
Parent(s):
c0b5eb8
added new structure
Browse files- util/app.py +2 -0
util/app.py
CHANGED
@@ -120,6 +120,8 @@ def show_stats(player_opgg_url):
|
|
120 |
.head(3)
|
121 |
.index.tolist()
|
122 |
)
|
|
|
|
|
123 |
|
124 |
# Extract additional stats
|
125 |
playstyle = training_features['playstyle'].mode()[0] if 'playstyle' in training_features else 'N/A'
|
|
|
120 |
.head(3)
|
121 |
.index.tolist()
|
122 |
)
|
123 |
+
|
124 |
+
print("training_features: \n", training_features)
|
125 |
|
126 |
# Extract additional stats
|
127 |
playstyle = training_features['playstyle'].mode()[0] if 'playstyle' in training_features else 'N/A'
|