Update app.py
Browse files
app.py
CHANGED
@@ -29,9 +29,9 @@ if missing:
|
|
29 |
|
30 |
# --- App Configuration ---
|
31 |
class ClinicalAppSettings:
|
32 |
-
APP_TITLE = "SynapseAI
|
33 |
PAGE_LAYOUT = "wide"
|
34 |
-
|
35 |
|
36 |
# Cache the agent to avoid re-initialization on each rerun
|
37 |
@st.cache_resource
|
|
|
29 |
|
30 |
# --- App Configuration ---
|
31 |
class ClinicalAppSettings:
|
32 |
+
APP_TITLE = "SynapseAI"
|
33 |
PAGE_LAYOUT = "wide"
|
34 |
+
|
35 |
|
36 |
# Cache the agent to avoid re-initialization on each rerun
|
37 |
@st.cache_resource
|