Muhammadtaha12 commited on
Commit
e9e1caa
·
verified ·
1 Parent(s): 0a49bb8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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
- 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
- def chat_bot(user_input):
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