Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -125,11 +125,11 @@ Call: sort_results(places=get_recommendations(topics=["high-end food", "Japanese
|
|
| 125 |
|
| 126 |
Example:
|
| 127 |
User Query: What's this bird app stuff?
|
| 128 |
-
Call: out_of_domain(
|
| 129 |
|
| 130 |
Example:
|
| 131 |
User Query: What is your political affiliation?
|
| 132 |
-
Call: out_of_domain(
|
| 133 |
|
| 134 |
Example:
|
| 135 |
User Query: What are people saying about Chipotle in Austin?
|
|
|
|
| 125 |
|
| 126 |
Example:
|
| 127 |
User Query: What's this bird app stuff?
|
| 128 |
+
Call: out_of_domain(user_query="What's this bird app stuff")
|
| 129 |
|
| 130 |
Example:
|
| 131 |
User Query: What is your political affiliation?
|
| 132 |
+
Call: out_of_domain(user_query="What is your political affiliation?")
|
| 133 |
|
| 134 |
Example:
|
| 135 |
User Query: What are people saying about Chipotle in Austin?
|