Spaces:
Running
Running
Update app.py
Browse files
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'
|