Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -488,7 +488,7 @@ def main():
|
|
| 488 |
'target': col,
|
| 489 |
'value': int(df_tab.loc[row, col])
|
| 490 |
})
|
| 491 |
-
dat = json.
|
| 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)
|