Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -30,8 +30,15 @@ except: # catch exception and set query param to predefined value
|
|
30 |
index=options.index(query_option))
|
31 |
if option_selected:
|
32 |
st.experimental_set_query_params(option=option_selected)
|
|
|
33 |
|
34 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
35 |
|
36 |
|
37 |
from IPython.display import IFrame
|
|
|
30 |
index=options.index(query_option))
|
31 |
if option_selected:
|
32 |
st.experimental_set_query_params(option=option_selected)
|
33 |
+
|
34 |
|
35 |
+
src='https://oreilly-qc.github.io?p=2-1'
|
36 |
+
src='https://javafxpert.github.io/grok-bloch/'
|
37 |
+
src='https://davidbkemp.github.io/quantum-gate-playground/'
|
38 |
+
src='https://algassert.com/quirk#circuit={%22cols%22:[[%22H%22],[%22Bloch%22],[%22Measure%22]]}'
|
39 |
+
|
40 |
+
st.components.v1.iframe(src, width=None, height=None, scrolling=False)
|
41 |
+
|
42 |
|
43 |
|
44 |
from IPython.display import IFrame
|