Update app.py
Browse files
app.py
CHANGED
@@ -106,6 +106,10 @@ def query_model(question):
|
|
106 |
response = generate_response(question, relevant_segment)
|
107 |
return response
|
108 |
|
|
|
|
|
|
|
|
|
109 |
# Define the welcome message and specific topics the chatbot can provide information about
|
110 |
welcome_message = """
|
111 |
# 🪷 Welcome to CalmConnect! 🪷
|
|
|
106 |
response = generate_response(question, relevant_segment)
|
107 |
return response
|
108 |
|
109 |
+
# Define the HTML iframe content
|
110 |
+
iframe = '''
|
111 |
+
<iframe style="border-radius:12px" src="https://docs.google.com/spreadsheets/d/1DZrH6wbIJpn6IlphohEziyDm68RVwi7hg6Kaz6slML0/edit?gid=170358568#gid=170358568" width="100%" height="352" frameBorder="0" allowfullscreen="" allow="autoplay; clipboard-write; encrypted-media; fullscreen; picture-in-picture" loading="lazy"></iframe>
|
112 |
+
|
113 |
# Define the welcome message and specific topics the chatbot can provide information about
|
114 |
welcome_message = """
|
115 |
# 🪷 Welcome to CalmConnect! 🪷
|