Update app.py
Browse files
app.py
CHANGED
@@ -34,7 +34,7 @@ db_retriever = db.as_retriever(search_type="similarity",search_kwargs={"k": 4})
|
|
34 |
st.set_page_config(page_title="Qanoon-Bot")
|
35 |
col1, col2, col3 = st.columns([1,4,1])
|
36 |
with col2:
|
37 |
-
st.image("
|
38 |
|
39 |
st.markdown(
|
40 |
"""
|
|
|
34 |
st.set_page_config(page_title="Qanoon-Bot")
|
35 |
col1, col2, col3 = st.columns([1,4,1])
|
36 |
with col2:
|
37 |
+
st.image("qanoonbot.png")
|
38 |
|
39 |
st.markdown(
|
40 |
"""
|