Update app.py
Browse files
app.py
CHANGED
@@ -109,6 +109,7 @@ def query_model(question):
|
|
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 = """
|
|
|
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 |
|
114 |
# Define the welcome message and specific topics the chatbot can provide information about
|
115 |
welcome_message = """
|