Spaces:
Runtime error
Runtime error
fix2 img
Browse files
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 |
-
|
| 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 |
"""
|