Gforce-ML commited on
Commit
6b87277
·
1 Parent(s): 221fdaf

path correct stages

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -31,7 +31,7 @@ st.write(
31
 
32
  st.write("""# Этапы разработки""")
33
 
34
- image = Image.open('./stages.jpg')
35
  st.image(image, caption='Sunrise by the mountains')
36
 
37
  #with open("./stages.png", "rb") as f:
 
31
 
32
  st.write("""# Этапы разработки""")
33
 
34
+ image = Image.open('stages.jpg')
35
  st.image(image, caption='Sunrise by the mountains')
36
 
37
  #with open("./stages.png", "rb") as f: