Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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"
|