Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Website
Tasks
HuggingChat
Collections
Languages
Organizations
Community
Blog
Posts
Daily Papers
Learn
Discord
Forum
GitHub
Solutions
Team & Enterprise
Hugging Face PRO
Enterprise Support
Inference Providers
Inference Endpoints
Storage Buckets
Log In
Sign Up
Spaces:
Emerging-Tech
/
Task-Management
like
2
Paused
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