segestic commited on
Commit
2917bf2
·
verified ·
1 Parent(s): 1de93e3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -4,8 +4,8 @@ from huggingface_hub import hf_hub_download
4
  import threading
5
 
6
  # Title and description
7
- TITLE = "AI Copilot for Diabetes Patients"
8
- DESCRIPTION = "I provide answers to concerns related to Diabetes"
9
 
10
  # Globals
11
  llm_llama_cpp = None
 
4
  import threading
5
 
6
  # Title and description
7
+ TITLE = "AI Copilot for Patients"
8
+ DESCRIPTION = "I provide answers to concerns related to Health"
9
 
10
  # Globals
11
  llm_llama_cpp = None