mgbam commited on
Commit
fb3e96c
·
verified ·
1 Parent(s): a3ddee2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -29,9 +29,9 @@ if missing:
29
 
30
  # --- App Configuration ---
31
  class ClinicalAppSettings:
32
- APP_TITLE = "SynapseAI (UMLS/FDA Integrated)"
33
  PAGE_LAYOUT = "wide"
34
- MODEL_NAME_DISPLAY = "Llama3-70b (via Groq)"
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