zakerytclarke commited on
Commit
03cf2e8
·
verified ·
1 Parent(s): 58a8659

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -29,7 +29,7 @@ def brave_search(query, count=3):
29
  return []
30
 
31
  @traceable
32
- def query_teapot(context, query):
33
  response = teapot_ai.query(
34
  context=context,
35
  query=user_input
 
29
  return []
30
 
31
  @traceable
32
+ def query_teapot(context, user_input):
33
  response = teapot_ai.query(
34
  context=context,
35
  query=user_input