awacke1 commited on
Commit
e737040
·
1 Parent(s): eaea45a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -37,7 +37,7 @@ 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
 
 
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=1200, height=800, scrolling=False)
41
 
42
 
43