Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -16,7 +16,7 @@ def main():
|
|
| 16 |
return
|
| 17 |
|
| 18 |
st.set_page_config(page_title="Insightly")
|
| 19 |
-
st.sidebar.image("/
|
| 20 |
st.header("Data Analysis 📈")
|
| 21 |
|
| 22 |
csv_files = st.file_uploader("Upload CSV files", type="csv", accept_multiple_files=True)
|
|
|
|
| 16 |
return
|
| 17 |
|
| 18 |
st.set_page_config(page_title="Insightly")
|
| 19 |
+
st.sidebar.image("https://i.ibb.co/x807Xkj/insightly-wbg.png", use_column_width=True)
|
| 20 |
st.header("Data Analysis 📈")
|
| 21 |
|
| 22 |
csv_files = st.file_uploader("Upload CSV files", type="csv", accept_multiple_files=True)
|