Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -51,7 +51,7 @@ def ChatBot(Questions):
|
|
51 |
response=Bot(Questions)
|
52 |
return response.translate(str.maketrans('', '', '\n'))
|
53 |
|
54 |
-
|
55 |
st.set_page_config(
|
56 |
page_title="AI Engineer Test Chatbot",
|
57 |
page_icon="Insight Therapy Solutions.png",
|
@@ -62,7 +62,7 @@ st.sidebar.image("Insight Therapy Solutions.png", width=200)
|
|
62 |
st.sidebar.title("Navigation")
|
63 |
st.sidebar.write("Reclaim Your Mental Health")
|
64 |
st.sidebar.markdown("[Visit us at](https://www.insighttherapysolutions.com/)")
|
65 |
-
|
66 |
# Add some custom styling
|
67 |
st.markdown(
|
68 |
"""
|
|
|
51 |
response=Bot(Questions)
|
52 |
return response.translate(str.maketrans('', '', '\n'))
|
53 |
|
54 |
+
""" # --- Logo ---
|
55 |
st.set_page_config(
|
56 |
page_title="AI Engineer Test Chatbot",
|
57 |
page_icon="Insight Therapy Solutions.png",
|
|
|
62 |
st.sidebar.title("Navigation")
|
63 |
st.sidebar.write("Reclaim Your Mental Health")
|
64 |
st.sidebar.markdown("[Visit us at](https://www.insighttherapysolutions.com/)")
|
65 |
+
"""
|
66 |
# Add some custom styling
|
67 |
st.markdown(
|
68 |
"""
|