awacke1 commited on
Commit
429ccf2
·
1 Parent(s): 5fc09ea

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -0
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):