DrishtiSharma
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -28,7 +28,7 @@ background-size: cover;
|
|
28 |
st.markdown(page_bg_img, unsafe_allow_html=True)
|
29 |
|
30 |
# Title and Sidebar
|
31 |
-
st.title("
|
32 |
|
33 |
image_url = "https://cdn-icons-png.flaticon.com/512/1998/1998614.png"
|
34 |
st.sidebar.image(image_url, caption="", use_container_width=True)
|
|
|
28 |
st.markdown(page_bg_img, unsafe_allow_html=True)
|
29 |
|
30 |
# Title and Sidebar
|
31 |
+
st.title("Multi-Agent Business Consultant")
|
32 |
|
33 |
image_url = "https://cdn-icons-png.flaticon.com/512/1998/1998614.png"
|
34 |
st.sidebar.image(image_url, caption="", use_container_width=True)
|