Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -5,6 +5,11 @@ import streamlit as st
|
|
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):
|
|
|
5 |
import streamlit.components.v1 as components
|
6 |
from IPython.display import IFrame
|
7 |
|
8 |
+
#quantum imports:
|
9 |
+
import qiskit
|
10 |
+
from qiskit import QuantumCircuit, QuantumRegister, execute
|
11 |
+
|
12 |
+
|
13 |
src='' # URL parameter to change the iframe url
|
14 |
|
15 |
def SetIframeURL(option_selected):
|