Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -23,9 +23,7 @@ def SetIframeURL(option_selected):
|
|
23 |
src='https://algassert.com/quirk#circuit={%22cols%22:[[%22H%22],[%22Bloch%22],[%22Measure%22]]}'
|
24 |
|
25 |
# Render iframe contents
|
26 |
-
width=
|
27 |
-
height=800
|
28 |
-
st.components.v1.iframe(src, width, height, scrolling=True)
|
29 |
|
30 |
# query params exist
|
31 |
try:
|
|
|
23 |
src='https://algassert.com/quirk#circuit={%22cols%22:[[%22H%22],[%22Bloch%22],[%22Measure%22]]}'
|
24 |
|
25 |
# Render iframe contents
|
26 |
+
st.components.v1.iframe(src, width=80, height=None, scrolling=True)
|
|
|
|
|
27 |
|
28 |
# query params exist
|
29 |
try:
|