elaineaishophouse commited on
Commit
4f3623a
·
verified ·
1 Parent(s): f711ad6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -339,6 +339,7 @@ if __name__ == "__main__":
339
  <p><a href="#" onclick="showModal(event, 'PanellistOne')"><b>Name1</b></a> – <description one></p>
340
  <p><a href="#" onclick="showModal(event, 'PanellistTwo')"><b>Name2</b></a> – <description two></p>
341
  <p><a href="#" onclick="showModal(event, 'PanellistThree')"><b>Name3</b></a> – <description three></p>
 
342
  </div>
343
 
344
  <!-- Modal HTML -->
@@ -355,10 +356,9 @@ if __name__ == "__main__":
355
 
356
  let bios = {
357
  "PanellistOne": "<short bio one>",
358
-
359
  "PanellistTwo": "<short bio two>",
360
-
361
  "PanellistThree": "<short bio three>",
 
362
  };
363
 
364
  // Ensure the bio exists before displaying it
 
339
  <p><a href="#" onclick="showModal(event, 'PanellistOne')"><b>Name1</b></a> – <description one></p>
340
  <p><a href="#" onclick="showModal(event, 'PanellistTwo')"><b>Name2</b></a> – <description two></p>
341
  <p><a href="#" onclick="showModal(event, 'PanellistThree')"><b>Name3</b></a> – <description three></p>
342
+ <p><a href="#" onclick="showModal(event, 'PanellistFour')"><b>Name4</b></a> – <description four></p>
343
  </div>
344
 
345
  <!-- Modal HTML -->
 
356
 
357
  let bios = {
358
  "PanellistOne": "<short bio one>",
 
359
  "PanellistTwo": "<short bio two>",
 
360
  "PanellistThree": "<short bio three>",
361
+ "PanellistFour": "<short bio four>"
362
  };
363
 
364
  // Ensure the bio exists before displaying it