Spaces:
Sleeping
Sleeping
this
Browse files
app.py
CHANGED
@@ -49,11 +49,7 @@ def Chatbot():
|
|
49 |
|
50 |
elif ans["labels"][0] == "notes":
|
51 |
|
52 |
-
|
53 |
-
|
54 |
-
|
55 |
-
|
56 |
-
Notes = entry.lower().replace( " create a new note", "",).replace(" no new note", "")
|
57 |
|
58 |
|
59 |
|
|
|
49 |
|
50 |
elif ans["labels"][0] == "notes":
|
51 |
|
52 |
+
Notes = entry.lower().replace( " create a new note", "",).replace(" no new note", "")
|
|
|
|
|
|
|
|
|
53 |
|
54 |
|
55 |
|