Update app.py
Browse files
app.py
CHANGED
@@ -125,11 +125,10 @@ def query_model(question):
|
|
125 |
return response
|
126 |
|
127 |
# Define the welcome message and specific topics the chatbot can provide information about
|
128 |
-
welcome_message = "
|
129 |
# Welcome to AI-nstein!
|
130 |
-
|
131 |
## Your AI-driven assistant for all artificial intelligence-related queries. \nCreated by Sophie Cheng, Ariel Datikash, and K Barnes of the 2024 Kode With Klossy CITY Camp.
|
132 |
-
|
133 |
|
134 |
topics = """
|
135 |
### Feel free to ask me anything from the topics below! \nI give you a fun chatbot and an Einstein fact with every answer.
|
|
|
125 |
return response
|
126 |
|
127 |
# Define the welcome message and specific topics the chatbot can provide information about
|
128 |
+
welcome_message = """
|
129 |
# Welcome to AI-nstein!
|
|
|
130 |
## Your AI-driven assistant for all artificial intelligence-related queries. \nCreated by Sophie Cheng, Ariel Datikash, and K Barnes of the 2024 Kode With Klossy CITY Camp.
|
131 |
+
"""
|
132 |
|
133 |
topics = """
|
134 |
### Feel free to ask me anything from the topics below! \nI give you a fun chatbot and an Einstein fact with every answer.
|