Update app.py
Browse files
app.py
CHANGED
@@ -111,15 +111,9 @@ def query_model(question):
|
|
111 |
|
112 |
# Define the welcome message and specific topics the chatbot can provide information about
|
113 |
welcome_message = """
|
114 |
-
# 🌷 Welcome to Savvy!
|
115 |
-
## You can ask our SustainaBot to find eco-friendly brands, make outfits based on season and aesthetic, and to learn more about the detriments of fast fashion. You can also learn how to contribute to circular fashion by scrolling down. Created by Sarah, Medha, Nicole, and Tegen of the 2024 Kode With Klossy CITY Camp.
|
116 |
"""
|
117 |
|
118 |
topics = """
|
119 |
-
### Feel Free to ask me anything from the topics below!
|
120 |
-
- Sustainable brands
|
121 |
-
- Outfit ideas
|
122 |
-
- Fast fashion statistics
|
123 |
"""
|
124 |
|
125 |
# Setup the Gradio Blocks interface with custom layout components
|
|
|
111 |
|
112 |
# Define the welcome message and specific topics the chatbot can provide information about
|
113 |
welcome_message = """
|
|
|
|
|
114 |
"""
|
115 |
|
116 |
topics = """
|
|
|
|
|
|
|
|
|
117 |
"""
|
118 |
|
119 |
# Setup the Gradio Blocks interface with custom layout components
|