Spaces:
Runtime error
Runtime error
Update page/intro.py
Browse files- 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 |
|