Spaces:
Sleeping
Sleeping
Commit
·
d4a7f66
1
Parent(s):
13cdb83
Update remainder.py
Browse files- 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 |
|