Update app.py
Browse files
app.py
CHANGED
@@ -108,9 +108,12 @@ def query_model(question):
|
|
108 |
|
109 |
# Define the HTML iframe content
|
110 |
iframe = '''
|
111 |
-
<iframe style="border-radius:12px" src="https://docs.google.com/spreadsheets/d/
|
112 |
'''
|
113 |
|
|
|
|
|
|
|
114 |
# Define the welcome message and specific topics the chatbot can provide information about
|
115 |
welcome_message = """
|
116 |
# 🪷 Welcome to CalmConnect! 🪷
|
|
|
108 |
|
109 |
# Define the HTML iframe content
|
110 |
iframe = '''
|
111 |
+
<iframe style="border-radius:12px" src="https://docs.google.com/spreadsheets/d/e/2PACX-1vRroWVBXq1Fa0x7SvRTzSBMHFIp59VtVEWCxeg8kWJU4ll1_o4yzBnt4ArT88s7g4TQrMKEXZUQAeHF/pubhtml?widget=true&headers=false width="100%" height="352" frameBorder="0" allowfullscreen="" allow="autoplay; clipboard-write; encrypted-media; fullscreen; picture-in-picture" loading="lazy"></iframe>
|
112 |
'''
|
113 |
|
114 |
+
|
115 |
+
|
116 |
+
|
117 |
# Define the welcome message and specific topics the chatbot can provide information about
|
118 |
welcome_message = """
|
119 |
# 🪷 Welcome to CalmConnect! 🪷
|