Update app.py
Browse files
app.py
CHANGED
@@ -22,7 +22,7 @@ def main():
|
|
22 |
return
|
23 |
|
24 |
st.set_page_config(page_title="Insightly")
|
25 |
-
st.sidebar.image("https://i.ibb.co/
|
26 |
st.header("Data Analysis π")
|
27 |
|
28 |
csv_files = st.file_uploader("Upload CSV files", type="csv", accept_multiple_files=True)
|
|
|
22 |
return
|
23 |
|
24 |
st.set_page_config(page_title="Insightly")
|
25 |
+
st.sidebar.image("https://i.ibb.co/bX6GdqG/insightly-wbg.png", use_column_width=True)
|
26 |
st.header("Data Analysis π")
|
27 |
|
28 |
csv_files = st.file_uploader("Upload CSV files", type="csv", accept_multiple_files=True)
|