Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -64,13 +64,13 @@ def display_disease_info(disease_name):
|
|
64 |
def chat_bot(user_input):
|
65 |
if 'cha hal aa' in user_input.lower():
|
66 |
if 'are you healthcare app' in user_input.lower():
|
67 |
-
|
68 |
return "Khair aa, tu budha!"
|
69 |
elif 'exit' in user_input.lower():
|
70 |
return "Goodbye!"
|
71 |
else:
|
72 |
return "I'm not sure how to respond to that. Type 'exit' to end the chat."
|
73 |
-
|
74 |
# Streamlit App Interface
|
75 |
def main():
|
76 |
# Title of the app
|
|
|
64 |
def chat_bot(user_input):
|
65 |
if 'cha hal aa' in user_input.lower():
|
66 |
if 'are you healthcare app' in user_input.lower():
|
67 |
+
return "na rai mazak na kar maa app"
|
68 |
return "Khair aa, tu budha!"
|
69 |
elif 'exit' in user_input.lower():
|
70 |
return "Goodbye!"
|
71 |
else:
|
72 |
return "I'm not sure how to respond to that. Type 'exit' to end the chat."
|
73 |
+
|
74 |
# Streamlit App Interface
|
75 |
def main():
|
76 |
# Title of the app
|