GiantAnalytics commited on
Commit
a350066
·
verified ·
1 Parent(s): d1b1fb7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -141,7 +141,7 @@ if st.button("Get AI Insights") and website_url:
141
 
142
  # AI Benefits Analysis
143
  st.subheader("💬 AI Benefits Analysis")
144
-
145
  chain = load_qa_chain(ChatOpenAI(model="gpt-4o"), chain_type="stuff")
146
  docs = docsearch.similarity_search(fixed_question)
147
  response = chain.run(input_documents=docs, question=fixed_question)
 
141
 
142
  # AI Benefits Analysis
143
  st.subheader("💬 AI Benefits Analysis")
144
+ print(fixed_question)
145
  chain = load_qa_chain(ChatOpenAI(model="gpt-4o"), chain_type="stuff")
146
  docs = docsearch.similarity_search(fixed_question)
147
  response = chain.run(input_documents=docs, question=fixed_question)