Gforce-ML commited on
Commit
d572422
1 Parent(s): 72dd365
Files changed (1) hide show
  1. app.py +2 -8
app.py CHANGED
@@ -16,14 +16,8 @@ components.html(
16
 
17
  st.markdown("<h1 style='text-align: center;'>Применение методов машинного обучения в анализе банкротства</h1>", unsafe_allow_html=True)
18
 
19
- components.html(
20
- """
21
- <img src="https://fincult.info/upload/als-property-editorblock/4a2/4a278980ab4958de5e75aa5290842d77.png" align="center">
22
- """
23
- )
24
-
25
- #with open("./img.png", "rb") as f:
26
- # st.image(f.read(), use_column_width=True)
27
 
28
  st.write(
29
  """
 
16
 
17
  st.markdown("<h1 style='text-align: center;'>Применение методов машинного обучения в анализе банкротства</h1>", unsafe_allow_html=True)
18
 
19
+ with open("./img.png", "rb") as f:
20
+ st.image(f.read(), use_column_width=True)
 
 
 
 
 
 
21
 
22
  st.write(
23
  """