Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -29,7 +29,7 @@ def brave_search(query, count=3):
|
|
29 |
return []
|
30 |
|
31 |
@traceable
|
32 |
-
def query_teapot(context,
|
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
|