venkat-srinivasan-nexusflow commited on
Commit
35f4ae4
β€’
1 Parent(s): 512b6e9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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(query="What's this bird app stuff")
129
 
130
  Example:
131
  User Query: What is your political affiliation?
132
- Call: out_of_domain(query="What is your political affiliation?")
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?