Spaces:
Sleeping
Sleeping
Update pages/2_π_QuickML.py
Browse files- pages/2_π_QuickML.py +1 -1
pages/2_π_QuickML.py
CHANGED
|
@@ -56,7 +56,7 @@ def new_line():
|
|
| 56 |
st.write("\n")
|
| 57 |
|
| 58 |
with st.sidebar:
|
| 59 |
-
st.image("./assets/
|
| 60 |
|
| 61 |
|
| 62 |
st.markdown("<h1 style='text-align: center; '>π QuickML</h1>", unsafe_allow_html=True)
|
|
|
|
| 56 |
st.write("\n")
|
| 57 |
|
| 58 |
with st.sidebar:
|
| 59 |
+
st.image("./assets/logo.png", use_column_width=True)
|
| 60 |
|
| 61 |
|
| 62 |
st.markdown("<h1 style='text-align: center; '>π QuickML</h1>", unsafe_allow_html=True)
|