awacke1 commited on
Commit
01d259a
·
1 Parent(s): 8668ef9

Update app.py

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