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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -12,7 +12,8 @@ openai.api_key = os.getenv("API_KEY")
12
  # Streamlit app:
13
  def main():
14
  st.title("Tech Support Chatbot")
15
- st.subheader("This is a demo of a tech support chatbot. We can build these into Slack or other messaging apps.")
 
16
 
17
  # Initialize or continue the session's conversation history
18
  if 'history' not in st.session_state:
 
12
  # Streamlit app:
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: