Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -517,7 +517,7 @@ def main():
|
|
| 517 |
json_data.append({
|
| 518 |
'source': row,
|
| 519 |
'target': col,
|
| 520 |
-
'value': int(
|
| 521 |
})
|
| 522 |
|
| 523 |
# Write JSON to file
|
|
|
|
| 517 |
json_data.append({
|
| 518 |
'source': row,
|
| 519 |
'target': col,
|
| 520 |
+
'value': int(df_tab.loc[row, col])
|
| 521 |
})
|
| 522 |
|
| 523 |
# Write JSON to file
|