Update streamlit_app.py
Browse files- 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
|