Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -64,7 +64,7 @@ def find_relevant_segment(user_query, segments):
|
|
64 |
|
65 |
def generate_response(user_query, relevant_segment):
|
66 |
"""
|
67 |
-
Generate a response emphasizing the bot's capability in providing
|
68 |
"""
|
69 |
try:
|
70 |
user_message = f"Here's the information on how to sort your trash: {relevant_segment}"
|
@@ -110,7 +110,7 @@ def query_model(question):
|
|
110 |
welcome_message = """
|
111 |
# ♻️ Welcome to GreenGuide!
|
112 |
|
113 |
-
## Your AI-driven assistant for all
|
114 |
"""
|
115 |
|
116 |
topics = """
|
|
|
64 |
|
65 |
def generate_response(user_query, relevant_segment):
|
66 |
"""
|
67 |
+
Generate a response emphasizing the bot's capability in providing information about how to sort your trash.
|
68 |
"""
|
69 |
try:
|
70 |
user_message = f"Here's the information on how to sort your trash: {relevant_segment}"
|
|
|
110 |
welcome_message = """
|
111 |
# ♻️ Welcome to GreenGuide!
|
112 |
|
113 |
+
## Your AI-driven assistant for all trash sorting related queries. Created by Emma, Laura, and Saahiti of the 2024 Kode With Klossy CITY Camp.
|
114 |
"""
|
115 |
|
116 |
topics = """
|