DrishtiSharma commited on
Commit
70183ac
Β·
verified Β·
1 Parent(s): bca3677

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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("πŸ” PDF-based RAG System")
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: