Dinesh310 commited on
Commit
f689b36
·
verified ·
1 Parent(s): cf8c9d0

Update streamlit_app.py

Browse files
Files changed (1) hide show
  1. streamlit_app.py +1 -1
streamlit_app.py CHANGED
@@ -1,6 +1,6 @@
1
  import streamlit as st
2
  import os
3
- from rag_engine import ProjectRAGEngine
4
 
5
  # -------------------------------
6
  # Page configuration
 
1
  import streamlit as st
2
  import os
3
+ from src.rag_engine import ProjectRAGEngine
4
 
5
  # -------------------------------
6
  # Page configuration