Spaces:
Build error
Build error
Update src/streamlit_app.py
Browse files- src/streamlit_app.py +1 -1
src/streamlit_app.py
CHANGED
|
@@ -90,7 +90,7 @@ def initialize_assistant(doc_path):
|
|
| 90 |
st.sidebar.error("Ensure Ollama/LM Studio running.")
|
| 91 |
return None
|
| 92 |
|
| 93 |
-
DEFAULT_DOCUMENT_PATH = "aac_user_experiences.txt"
|
| 94 |
# --- CSS Styling ---
|
| 95 |
css = f"""
|
| 96 |
<style>
|
|
|
|
| 90 |
st.sidebar.error("Ensure Ollama/LM Studio running.")
|
| 91 |
return None
|
| 92 |
|
| 93 |
+
DEFAULT_DOCUMENT_PATH = "src/aac_user_experiences.txt"
|
| 94 |
# --- CSS Styling ---
|
| 95 |
css = f"""
|
| 96 |
<style>
|