Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -238,7 +238,7 @@ if st.session_state.df is None:
|
|
238 |
|
239 |
# Sidebar
|
240 |
with st.sidebar:
|
241 |
-
st.image("./assets/
|
242 |
|
243 |
|
244 |
# Dataframe
|
|
|
238 |
|
239 |
# Sidebar
|
240 |
with st.sidebar:
|
241 |
+
st.image("./assets/logo.png", use_column_width=True)
|
242 |
|
243 |
|
244 |
# Dataframe
|