Mr-Vicky-01 commited on
Commit
ed66b9d
·
verified ·
1 Parent(s): 03a8b15

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -41,7 +41,8 @@ def conversational_chat(query):
41
  st.session_state['history'].append((query, result))
42
  return result
43
 
44
- st.title("ASSISTANT BOT:")
 
45
 
46
  if 'history' not in st.session_state:
47
  st.session_state['history'] = []
 
41
  st.session_state['history'].append((query, result))
42
  return result
43
 
44
+ st.title("Chat Bot:")
45
+ st.caption("I am CRETA Your Friendly Assitant")
46
 
47
  if 'history' not in st.session_state:
48
  st.session_state['history'] = []