Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -171,7 +171,7 @@ def get_user_contributions():
|
|
| 171 |
|
| 172 |
row = {
|
| 173 |
"Username": username,
|
| 174 |
-
"Total": data["contributions"],
|
| 175 |
"Blend-es": data["contributions"],
|
| 176 |
"INCLUDE": include_value
|
| 177 |
}
|
|
|
|
| 171 |
|
| 172 |
row = {
|
| 173 |
"Username": username,
|
| 174 |
+
"Total": data["contributions"] + include_value,
|
| 175 |
"Blend-es": data["contributions"],
|
| 176 |
"INCLUDE": include_value
|
| 177 |
}
|