Nikhil0987 commited on
Commit
d4a7f66
·
1 Parent(s): 13cdb83

Update remainder.py

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