awacke1 commited on
Commit
939e123
·
1 Parent(s): 78d6161

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -23,9 +23,9 @@ 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=300
27
- height=1200
28
- st.components.v1.iframe(src, width, height, scrolling=False)
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
+ width=600
27
+ height=600
28
+ st.components.v1.iframe(src, width, height, scrolling=True)
29
 
30
  # query params exist
31
  try: