xbian-rblx commited on
Commit
0bae41d
·
verified ·
1 Parent(s): 4f8fe4b

Update the examples

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -42,7 +42,7 @@ def predict(text: str) -> Dict[str, Any]:
42
 
43
  # Example test cases
44
  examples = [
45
- ["Do you have the blue app?"],
46
  ["I live at 901 Roosevelt St, Redwood City"],
47
  ]
48
 
 
42
 
43
  # Example test cases
44
  examples = [
45
+ ["what's your blue app id?"],
46
  ["I live at 901 Roosevelt St, Redwood City"],
47
  ]
48