Jekyll2000 commited on
Commit
2a20ce6
·
verified ·
1 Parent(s): c40a97c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -4
app.py CHANGED
@@ -50,8 +50,8 @@ def ChatBot(Questions):
50
  else:
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",
@@ -65,7 +65,7 @@ st.sidebar.markdown("[Visit us at](https://www.insighttherapysolutions.com/)")
65
  """
66
  # Add some custom styling
67
  st.markdown(
68
- """
69
  <style>
70
  .css-18e3th9 {
71
  padding-top: 3rem;
@@ -87,5 +87,5 @@ st.markdown(
87
  border-radius: 8px;
88
  }
89
  </style>
90
- """, unsafe_allow_html=True
91
  )
 
50
  else:
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",
 
65
  """
66
  # Add some custom styling
67
  st.markdown(
68
+
69
  <style>
70
  .css-18e3th9 {
71
  padding-top: 3rem;
 
87
  border-radius: 8px;
88
  }
89
  </style>
90
+ , unsafe_allow_html=True
91
  )