Nikhil0987 commited on
Commit
d87eb07
·
1 Parent(s): 0690557

Update remainder.py

Browse files
Files changed (1) hide show
  1. remainder.py +1 -1
remainder.py CHANGED
@@ -37,6 +37,6 @@ def save_data():
37
  json.dump(data,file,indent=4)
38
 
39
 
40
- st.button("Save",on_click=save_data)
41
 
42
 
 
37
  json.dump(data,file,indent=4)
38
 
39
 
40
+ st.button("Save",on_click=save_data)
41
 
42