JMalott commited on
Commit
03e9754
1 Parent(s): dcd0b11

Update page/intro.py

Browse files
Files changed (1) hide show
  1. page/intro.py +1 -1
page/intro.py CHANGED
@@ -76,7 +76,7 @@ def app():
76
  images.append( st.empty() )
77
 
78
  with images[ix].container():
79
- st.image("exampleImages/"+files[ix])
80
 
81
  ix += 1
82
 
 
76
  images.append( st.empty() )
77
 
78
  with images[ix].container():
79
+ st.image("exampleImages/"+files[ix],width=None)
80
 
81
  ix += 1
82