Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Emerging-Tech
/
Task-Management
like
2
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
CosmoAI
commited on
Oct 18, 2023
Commit
9617d9b
·
1 Parent(s):
6cce895
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+2
-2
app.py
CHANGED
Viewed
@@ -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