deepakchawla-cb commited on
Commit
6f045b5
·
1 Parent(s): d43f0b6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -18,7 +18,7 @@ def get_diabetic_heading(data):
18
  return resp
19
 
20
 
21
- def get_diabetic_heading(data):
22
 
23
  llm = OpenAI(temperature=0,openai_api_key=api_key)
24
 
 
18
  return resp
19
 
20
 
21
+ def get_cancer_heading(data):
22
 
23
  llm = OpenAI(temperature=0,openai_api_key=api_key)
24