smvaideesh commited on
Commit
d928977
·
verified ·
1 Parent(s): dcd9668

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -5
app.py CHANGED
@@ -106,11 +106,11 @@ def respond(
106
  examples=[
107
  ["I feel stressed."],
108
  ["Can you guide me through quick health tips?"],
109
- ["How do I stop worrying about things I can't control?"],
110
  ],
111
- title = 'Diagnify 🕊️'
112
  )
113
 
114
- if __name__ == "__main__":
115
- preload_pdf()
116
- demo.launch()
 
106
  examples=[
107
  ["I feel stressed."],
108
  ["Can you guide me through quick health tips?"],
109
+ ["How do I stop worrying about things I can't control?"]
110
  ],
111
+ title = "Diagnify 🕊️"
112
  )
113
 
114
+ if __name__ == "__main__":
115
+ preload_pdf()
116
+ demo.launch()