Update streamlit_app2.py
Browse files- streamlit_app2.py +1 -1
streamlit_app2.py
CHANGED
|
@@ -3,7 +3,7 @@ import os
|
|
| 3 |
import tempfile
|
| 4 |
# from src.RAG_builder import ProjectRAGGraph # Ensure your graph class is in your_filename.py
|
| 5 |
|
| 6 |
-
from src.rag_graph
|
| 7 |
|
| 8 |
# from src.graph.rag_graph import ProjectRAGGraph
|
| 9 |
# --- Page Config ---
|
|
|
|
| 3 |
import tempfile
|
| 4 |
# from src.RAG_builder import ProjectRAGGraph # Ensure your graph class is in your_filename.py
|
| 5 |
|
| 6 |
+
from src.rag_graph import ProjectRAGGraph
|
| 7 |
|
| 8 |
# from src.graph.rag_graph import ProjectRAGGraph
|
| 9 |
# --- Page Config ---
|