Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -42,7 +42,7 @@ def inputter(date_str = None, item_name = None, add = "Show"):
|
|
42 |
return string_rep(pq)
|
43 |
|
44 |
cur_date = datetime.strptime(date_str, date_format)
|
45 |
-
item_name = item_name.strip()
|
46 |
|
47 |
if add == "Add":
|
48 |
|
|
|
42 |
return string_rep(pq)
|
43 |
|
44 |
cur_date = datetime.strptime(date_str, date_format)
|
45 |
+
#item_name = item_name.strip()
|
46 |
|
47 |
if add == "Add":
|
48 |
|