NEXAS commited on
Commit
4afa186
·
verified ·
1 Parent(s): b1b6964

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -3,7 +3,7 @@ import os
3
  import json
4
  from utils.ingestion import DocumentProcessor
5
  from utils.llm import LLMProcessor
6
- from utils.qa_engine import QAEngine
7
 
8
  # Set up Streamlit page
9
  st.set_page_config(page_title="AI-Powered Document QA", layout="wide")
 
3
  import json
4
  from utils.ingestion import DocumentProcessor
5
  from utils.llm import LLMProcessor
6
+ from utils.qa import QAEngine
7
 
8
  # Set up Streamlit page
9
  st.set_page_config(page_title="AI-Powered Document QA", layout="wide")