DivyaS1 commited on
Commit
fbe960d
·
verified ·
1 Parent(s): 21ddde9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -36,12 +36,12 @@ asset = "GSKGlossary"
36
 
37
  # app config
38
  st.set_page_config(page_title="Medical Sales Chatbot", page_icon="🤖")
39
- st.title("Medical Sales Toolbox :toolbox:")
40
 
41
  # session state
42
  if "chat_history" not in st.session_state:
43
  st.session_state.chat_history = [
44
- AIMessage(content="Hello, I am the Medical Sales Assistant. How can I help you?"),
45
  ]
46
 
47
  # conversation
 
36
 
37
  # app config
38
  st.set_page_config(page_title="Medical Sales Chatbot", page_icon="🤖")
39
+ st.title("Investigator Toolbox :toolbox:")
40
 
41
  # session state
42
  if "chat_history" not in st.session_state:
43
  st.session_state.chat_history = [
44
+ AIMessage(content="Hello, I am the Investigation Assistant. How can I help you?"),
45
  ]
46
 
47
  # conversation