awacke1 commited on
Commit
e8428b0
·
1 Parent(s): 2667a85

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -23,7 +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=1024
27
  height=1280
28
  st.components.v1.iframe(src, width, height, scrolling=True)
29
 
 
23
  src='https://algassert.com/quirk#circuit={%22cols%22:[[%22H%22],[%22Bloch%22],[%22Measure%22]]}'
24
 
25
  # Render iframe contents
26
+ width=1280
27
  height=1280
28
  st.components.v1.iframe(src, width, height, scrolling=True)
29