Tuana commited on
Commit
4c487fc
·
1 Parent(s): 2a1e466

remove print statement

Browse files
Files changed (1) hide show
  1. 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: