Aabbhishekk commited on
Commit
186d68d
1 Parent(s): b74f07b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -74,7 +74,7 @@ def main():
74
  chain = load_qa_chain(llm, chain_type="stuff")
75
  with get_openai_callback() as cb:
76
  response = chain.run(input_documents=docs, question=user_question)
77
- print(cb)
78
 
79
  st.write(response)
80
 
 
74
  chain = load_qa_chain(llm, chain_type="stuff")
75
  with get_openai_callback() as cb:
76
  response = chain.run(input_documents=docs, question=user_question)
77
+ # print(cb)
78
 
79
  st.write(response)
80