Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -76,10 +76,10 @@ def ChatBot(Questions):
|
|
76 |
# --- Logo ---
|
77 |
st.set_page_config(
|
78 |
page_title="AI Engineer Test Chatbot",
|
79 |
-
page_icon="
|
80 |
layout="wide",
|
81 |
)
|
82 |
-
st.sidebar.image("
|
83 |
|
84 |
st.sidebar.title("Navigation")
|
85 |
st.sidebar.write("Reclaim Your Mental Health")
|
|
|
76 |
# --- Logo ---
|
77 |
st.set_page_config(
|
78 |
page_title="AI Engineer Test Chatbot",
|
79 |
+
page_icon="Insight Therapy Solutions.png",
|
80 |
layout="wide",
|
81 |
)
|
82 |
+
st.sidebar.image("Insight Therapy Solutions.png", width=200)
|
83 |
|
84 |
st.sidebar.title("Navigation")
|
85 |
st.sidebar.write("Reclaim Your Mental Health")
|