Spaces:
Runtime error
Runtime error
Commit ·
8ad4ad0
1
Parent(s): 4f1559b
Update streamapp.py
Browse files- streamapp.py +2 -0
streamapp.py
CHANGED
|
@@ -36,6 +36,8 @@ from PIL import Image
|
|
| 36 |
|
| 37 |
|
| 38 |
global trace_df
|
|
|
|
|
|
|
| 39 |
|
| 40 |
# Page config
|
| 41 |
st.set_page_config(page_title="RAG PoC", layout="wide")
|
|
|
|
| 36 |
|
| 37 |
|
| 38 |
global trace_df
|
| 39 |
+
global vectorstore
|
| 40 |
+
global retriever
|
| 41 |
|
| 42 |
# Page config
|
| 43 |
st.set_page_config(page_title="RAG PoC", layout="wide")
|