Sid971168 commited on
Commit
4d29da8
·
verified ·
1 Parent(s): 1edc3ec

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -11,6 +11,6 @@ def get_medical_advice(symptoms):
11
  })
12
  return response['answer']
13
 
14
- # Example Call
15
  symptoms = "fever and headache"
16
  print(get_medical_advice(symptoms))
 
11
  })
12
  return response['answer']
13
 
14
+ # Example Call
15
  symptoms = "fever and headache"
16
  print(get_medical_advice(symptoms))