Update app.py
Browse files
app.py
CHANGED
@@ -115,7 +115,8 @@ def get_pinterest_link(question):
|
|
115 |
"mediterranean": "Here is a link to the pinterest board to help you get started and find inspiration for your style! Just copy this link to get to the board: https://pin.it/6ikPHFnOo",
|
116 |
"minimalistic": "Here is a link to the pinterest board to help you get started and find inspiration for your style! Just copy this link to get to the board: https://pin.it/3cSZwa8N",
|
117 |
|
118 |
-
|
|
|
119 |
# Define the welcome message and specific topics the chatbot can provide information about
|
120 |
welcome_message = """
|
121 |
# 🛋️ Welcome to Designare!
|
|
|
115 |
"mediterranean": "Here is a link to the pinterest board to help you get started and find inspiration for your style! Just copy this link to get to the board: https://pin.it/6ikPHFnOo",
|
116 |
"minimalistic": "Here is a link to the pinterest board to help you get started and find inspiration for your style! Just copy this link to get to the board: https://pin.it/3cSZwa8N",
|
117 |
|
118 |
+
}
|
119 |
+
|
120 |
# Define the welcome message and specific topics the chatbot can provide information about
|
121 |
welcome_message = """
|
122 |
# 🛋️ Welcome to Designare!
|