CosmoAI commited on
Commit
af5959d
·
1 Parent(s): 922f180

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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
  notifier()
37
 
38