shreyasiv commited on
Commit
0ad91a6
β€’
1 Parent(s): 49aaab1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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/vHJZL0y/insightly.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)
 
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)