Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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("/
|
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 |
|