Trueinfo commited on
Commit
29f7ec6
·
1 Parent(s): 67b310c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -16,7 +16,7 @@ def main():
16
  return
17
 
18
  st.set_page_config(page_title="Insightly")
19
- st.sidebar.image("/home/oem/Downloads/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)
 
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)