sophcheng commited on
Commit
a2d4f25
·
verified ·
1 Parent(s): ac24044

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -3
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 = "Greetings! I am AI-nstein, a bot that talks about all things AI!"
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.