Jekyll2000 commited on
Commit
c40a97c
·
verified ·
1 Parent(s): 81e1697

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -51,7 +51,7 @@ def ChatBot(Questions):
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,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
  """