ngcanh commited on
Commit
fee12fc
·
verified ·
1 Parent(s): a801014

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -28,7 +28,6 @@ st.set_page_config(page_title="MBAL Chatbot", page_icon="🛡️", layout="wide"
28
 
29
  HF_TOKEN = st.secrets["HF_TOKEN"]
30
 
31
- Initialize your models, databases, and other components here
32
  @st.cache_resource
33
  def init_chroma():
34
  persist_directory = "chroma_db"
 
28
 
29
  HF_TOKEN = st.secrets["HF_TOKEN"]
30
 
 
31
  @st.cache_resource
32
  def init_chroma():
33
  persist_directory = "chroma_db"