Update app.py
Browse files
app.py
CHANGED
@@ -127,7 +127,7 @@ def query_model(question):
|
|
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 AI-related queries.
|
131 |
"""
|
132 |
|
133 |
topics = """
|
|
|
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 AI-related queries.
|
131 |
"""
|
132 |
|
133 |
topics = """
|