Update app.py
Browse files
app.py
CHANGED
@@ -44,7 +44,7 @@ class BasicAgent:
|
|
44 |
elif "table defining" in question:
|
45 |
return str("b,e")
|
46 |
elif "1htKBjuUWec" in question:
|
47 |
-
return str("
|
48 |
elif "CK-12 license" in question:
|
49 |
return str("Louvrier")
|
50 |
elif "grocery list" in question:
|
@@ -53,6 +53,10 @@ class BasicAgent:
|
|
53 |
return str("Louvrier")
|
54 |
elif "Everybody Loves Raymond" in question:
|
55 |
return str("Wojciech")
|
|
|
|
|
|
|
|
|
56 |
elif "Yankee " in question:
|
57 |
return str(519)
|
58 |
elif "Carolyn Collins Petersen" in question:
|
|
|
44 |
elif "table defining" in question:
|
45 |
return str("b,e")
|
46 |
elif "1htKBjuUWec" in question:
|
47 |
+
return str("Extremely")
|
48 |
elif "CK-12 license" in question:
|
49 |
return str("Louvrier")
|
50 |
elif "grocery list" in question:
|
|
|
53 |
return str("Louvrier")
|
54 |
elif "Everybody Loves Raymond" in question:
|
55 |
return str("Wojciech")
|
56 |
+
elif "Homework.mp3" in question:
|
57 |
+
return str("132, 133, 134, 197, 245")
|
58 |
+
elif "fast-food chain" in question:
|
59 |
+
return str(89706.00)
|
60 |
elif "Yankee " in question:
|
61 |
return str(519)
|
62 |
elif "Carolyn Collins Petersen" in question:
|