ManasaK commited on
Commit
2506d47
1 Parent(s): 62f3cbf

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -12,7 +12,7 @@ from langchain.chains.conversation.prompt import ENTITY_MEMORY_CONVERSATION_TEMP
12
  ## Initialising Session State
13
  # Set Streamlit page configuration
14
  st.set_page_config(page_title='Conversational Chatbot', layout='wide')
15
- st.header("Conversational AI Chatbot")
16
  # Initialize session states
17
  if "generated" not in st.session_state:
18
  st.session_state["generated"] = [] # Output
 
12
  ## Initialising Session State
13
  # Set Streamlit page configuration
14
  st.set_page_config(page_title='Conversational Chatbot', layout='wide')
15
+ st.header("Hey there! Ask me anything.")
16
  # Initialize session states
17
  if "generated" not in st.session_state:
18
  st.session_state["generated"] = [] # Output