jableable commited on
Commit
df62ecf
·
verified ·
1 Parent(s): c09d702

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -28,7 +28,7 @@ with col1:
28
  with col2:
29
  buffer1, col, buffer2 = st.columns(3)
30
  with col:
31
- st.image('overpass.jpg', width = 190)
32
 
33
  st.write("---")
34
 
 
28
  with col2:
29
  buffer1, col, buffer2 = st.columns(3)
30
  with col:
31
+ st.image('overpass.png')
32
 
33
  st.write("---")
34