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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -42,7 +42,7 @@ def conversational_chat(query):
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'] = []
 
42
  return result
43
 
44
  st.title("Chat Bot:")
45
+ st.text("I am CRETA Your Friendly Assitant")
46
 
47
  if 'history' not in st.session_state:
48
  st.session_state['history'] = []