Seetha commited on
Commit
79d1d78
1 Parent(s): b97e9bb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -488,7 +488,7 @@ def main():
488
  'target': col,
489
  'value': int(df_tab.loc[row, col])
490
  })
491
- dat = json.dump(json_data)
492
  with open('level2.json','r+') as fi:
493
  data = fi.read()
494
  #st.write(data)
 
488
  'target': col,
489
  'value': int(df_tab.loc[row, col])
490
  })
491
+ dat = json.dumps(json_data)
492
  with open('level2.json','r+') as fi:
493
  data = fi.read()
494
  #st.write(data)