DivyaS1 commited on
Commit
84cd004
·
verified ·
1 Parent(s): a0925eb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -35,13 +35,13 @@ tokens2 = 2000
35
  asset = "GSKGlossary"
36
 
37
  # app config
38
- st.set_page_config(page_title="Investigator Toolbox", 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
 
35
  asset = "GSKGlossary"
36
 
37
  # app config
38
+ st.set_page_config(page_title="Medical Sales Toolbox", 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