CosmoAI commited on
Commit
9617d9b
·
1 Parent(s): 6cce895

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -32,7 +32,7 @@ if st.button("Create Task"):
32
  st.balloons()
33
 
34
 
35
- # if st.button("notify"):
36
- # notifier()
37
 
38
 
 
32
  st.balloons()
33
 
34
 
35
+ if st.button("notify"):
36
+ st.toast("You have a new reminder")
37
 
38