Nikhil0987 commited on
Commit
6169c2f
·
2 Parent(s): 3efabd9 d4a7f66
Files changed (1) hide show
  1. remainder.py +3 -0
remainder.py CHANGED
@@ -39,5 +39,8 @@ 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
+
43
+
44
+
45
  st.button("Save",on_click=save_data)
46