Ankush05 commited on
Commit
2e367ae
·
1 Parent(s): b440a64
Files changed (1) hide show
  1. app.py +1 -5
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