cindywqng commited on
Commit
8993926
·
verified ·
1 Parent(s): a83c8b7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -108,7 +108,7 @@ 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/1DZrH6wbIJpn6IlphohEziyDm68RVwi7hg6Kaz6slML0/edit?gid=1243765700#gid=1243765700" width="100%" height="352" frameBorder="0" allowfullscreen="true" allow="autoplay; clipboard-write; encrypted-media; fullscreen; picture-in-picture" loading="lazy"></iframe>
112
  '''
113
 
114
 
 
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&amp;headers=false" width="100%" height="352" frameBorder="0" allowfullscreen="true" allow="autoplay; clipboard-write; encrypted-media; fullscreen; picture-in-picture" loading="lazy"></iframe>
112
  '''
113
 
114