Spaces:
Runtime error
Runtime error
remove print statement
Browse files- utils/haystack.py +0 -1
utils/haystack.py
CHANGED
@@ -37,7 +37,6 @@ def start_haystack(openai_key, twitter_bearer, serper_key, last_k_tweets):
|
|
37 |
|
38 |
@st.cache_data(show_spinner=True)
|
39 |
def query(_agent, question):
|
40 |
-
print("USER Q: {question}")
|
41 |
try:
|
42 |
result = _agent.run(question)
|
43 |
except Exception as e:
|
|
|
37 |
|
38 |
@st.cache_data(show_spinner=True)
|
39 |
def query(_agent, question):
|
|
|
40 |
try:
|
41 |
result = _agent.run(question)
|
42 |
except Exception as e:
|