shreyasiv commited on
Commit
e3067ee
1 Parent(s): 16f50b1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -36,7 +36,7 @@ def process_query(image, query):
36
  st.set_page_config(page_title="Insightly")
37
  # Sidebar contents
38
  with st.sidebar:
39
- st.sidebar.image("/home/oem/Downloads/insightly_wbg.png", use_column_width=True)
40
 
41
 
42
 
 
36
  st.set_page_config(page_title="Insightly")
37
  # Sidebar contents
38
  with st.sidebar:
39
+ st.sidebar.image("https://i.ibb.co/bX6GdqG/insightly-wbg.png", use_column_width=True)
40
 
41
 
42