Seetha commited on
Commit
03023e5
1 Parent(s): cfc4ee2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -517,7 +517,7 @@ def main():
517
  json_data.append({
518
  'source': row,
519
  'target': col,
520
- 'value': int(df.loc[row, col])
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