Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -14,11 +14,11 @@ def check_custom_responses(message: str) -> str:
|
|
14 |
"what is your name?": "xylaria",
|
15 |
"what's your name?": "xylaria",
|
16 |
"whats your name": "xylaria",
|
17 |
-
"how many 'r' is in strawberry?": "3"
|
18 |
-
"who is your developer?": "sk md saad amin"
|
19 |
-
"how many r is in strawberry": "3"
|
20 |
-
"who is ur dev": "sk md saad amin"
|
21 |
-
"who is ur developer": "sk md saad amin"
|
22 |
|
23 |
|
24 |
}
|
|
|
14 |
"what is your name?": "xylaria",
|
15 |
"what's your name?": "xylaria",
|
16 |
"whats your name": "xylaria",
|
17 |
+
"how many 'r' is in strawberry?": "3",
|
18 |
+
"who is your developer?": "sk md saad amin",
|
19 |
+
"how many r is in strawberry": "3",
|
20 |
+
"who is ur dev": "sk md saad amin",
|
21 |
+
"who is ur developer": "sk md saad amin",
|
22 |
|
23 |
|
24 |
}
|