shreyasiv commited on
Commit
9188ef2
β€’
1 Parent(s): 7ac0c16

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("/home/oem/Downloads/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)
 
22
  return
23
 
24
  st.set_page_config(page_title="Insightly")
25
+ st.sidebar.image("https://ibb.co/6wG304q", 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)