awacke1 commited on
Commit
fd6818a
·
1 Parent(s): fb79c2b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -5,6 +5,8 @@ import streamlit as st
5
  import streamlit.components.v1 as components
6
  from IPython.display import IFrame
7
 
 
 
8
  def SetIframeURL(option_selected):
9
  if (option_selected=='Book'):
10
  src='https://oreilly-qc.github.io?p=2-1'
 
5
  import streamlit.components.v1 as components
6
  from IPython.display import IFrame
7
 
8
+ src='' # URL parameter to change the iframe url
9
+
10
  def SetIframeURL(option_selected):
11
  if (option_selected=='Book'):
12
  src='https://oreilly-qc.github.io?p=2-1'