Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -17,7 +17,7 @@ faq_responses = {
|
|
| 17 |
}
|
| 18 |
|
| 19 |
# Define the chatbot's response function
|
| 20 |
-
def faq_chatbot(
|
| 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():
|