Benjy commited on
Commit
a99d6b1
·
verified ·
1 Parent(s): 5af5437

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -13,7 +13,7 @@ openai.api_key = os.getenv("API_KEY")
13
  def main():
14
  st.title("Tech Support Chatbot")
15
  st.text(" ")
16
- st.text("This is a demo of a tech support chatbot. We can build these into Slack or other messaging apps customised with the apps and services your company uses and who to contact for additional help.")
17
 
18
  # Initialize or continue the session's conversation history
19
  if 'history' not in st.session_state:
 
13
  def main():
14
  st.title("Tech Support Chatbot")
15
  st.text(" ")
16
+ st.text("This is a demo of a customised tech support chatbot.")
17
 
18
  # Initialize or continue the session's conversation history
19
  if 'history' not in st.session_state: