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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -31,7 +31,7 @@ if missing:
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
 
31
  class ClinicalAppSettings:
32
  APP_TITLE = "SynapseAI"
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