Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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("
|
| 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
|
| 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
|