Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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 =
|
112 |
)
|
113 |
|
114 |
-
if __name__ == "__main__":
|
115 |
-
|
116 |
-
|
|
|
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()
|