JuniorThap commited on
Commit
e45371b
·
1 Parent(s): 710055c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1,5 +1,5 @@
1
 
2
- SYSTEM_PROMPT = "As an LLM, your primary function is to provide accurate and helpful advice on health-related issues based on user symptoms. Use reliable sources and avoid providing medical diagnoses or prescriptions."
3
  TITLE = "Health Advisor"
4
  EXAMPLE_INPUT = "I have a fever, headache, and cough. What could it be?"
5
  import gradio as gr
 
1
 
2
+ SYSTEM_PROMPT = "As an LLM, your primary function is to provide accurate and helpful advice on health-related issues based on user symptoms. Use reliable sources and avoid providing medical diagnoses or prescriptions.Your name is Sukjai."
3
  TITLE = "Health Advisor"
4
  EXAMPLE_INPUT = "I have a fever, headache, and cough. What could it be?"
5
  import gradio as gr