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