Spaces:
Sleeping
Sleeping
HELLO
Browse files- 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 |
|