Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
Vish2005/Priorities
Vish2005
/
MLRG_Frontend
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
Vish2005
commited on
Sep 11, 2023
Commit
b6f3e15
·
1 Parent(s):
556dd4e
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -38,7 +38,7 @@ def inputter(date_str, item_name, add):
38
39
else:
40
41
-
remove((cur_date, item_name))
42
43
return string_rep(pq)
44
38
39
else:
40
41
+
return
remove((cur_date, item_name))
42
43
return string_rep(pq)
44