Gforce-ML commited on
Commit
d856dfd
·
1 Parent(s): e8c2853
Files changed (1) hide show
  1. app.py +4 -4
app.py CHANGED
@@ -31,11 +31,11 @@ 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:
38
- st.image(f.read(), use_column_width=True)
39
 
40
 
41
  with st.expander("Описание пайплайна работы", expanded=True):
 
31
 
32
  st.write("""# Этапы разработки""")
33
 
34
+ image = Image.open("./stages.jpg")
35
+ st.image(image, output_format="auto", use_column_width="auto")
36
 
37
+ #with open("./stages.png", "rb") as f:
38
+ # st.image(f.read(), use_column_width=True)
39
 
40
 
41
  with st.expander("Описание пайплайна работы", expanded=True):