Spaces:
Sleeping
Sleeping
Commit
·
296a961
1
Parent(s):
0113d44
Update remainder.py
Browse files- remainder.py +1 -1
remainder.py
CHANGED
@@ -37,5 +37,5 @@ def save_data():
|
|
37 |
json.dump(data,file,indent=4)
|
38 |
|
39 |
|
40 |
-
|
41 |
|
|
|
37 |
json.dump(data,file,indent=4)
|
38 |
|
39 |
|
40 |
+
st.button("Save",on_click=save_data)
|
41 |
|