arielleharris commited on
Commit
13b8802
·
verified ·
1 Parent(s): 3ac09d6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -17,7 +17,7 @@ faq_responses = {
17
  }
18
 
19
  # Define the chatbot's response function
20
- def faq_chatbot(user_input):
21
  # Check if the user's input matches any FAQ keywords
22
  for key, response in faq_responses.items():
23
  if key in user_input.lower():
 
17
  }
18
 
19
  # Define the chatbot's response function
20
+ def faq_chatbot(The Academic Advisor):
21
  # Check if the user's input matches any FAQ keywords
22
  for key, response in faq_responses.items():
23
  if key in user_input.lower():