Update app.py
Browse files
app.py
CHANGED
@@ -24,7 +24,7 @@ rag_llm.verbose = True
|
|
24 |
# Clear ChromaDB cache to fix tenant issue
|
25 |
chromadb.api.client.SharedSystemClient.clear_system_cache()
|
26 |
|
27 |
-
st.title("
|
28 |
|
29 |
# Initialize session state variables
|
30 |
if "vector_store" not in st.session_state:
|
|
|
24 |
# Clear ChromaDB cache to fix tenant issue
|
25 |
chromadb.api.client.SharedSystemClient.clear_system_cache()
|
26 |
|
27 |
+
st.title("Blah")
|
28 |
|
29 |
# Initialize session state variables
|
30 |
if "vector_store" not in st.session_state:
|