Piyush20042001 commited on
Commit
fa58083
·
verified ·
1 Parent(s): ad07f00

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -17,6 +17,7 @@ with st.sidebar:
17
 
18
  st.title("Learner Chatbot")
19
  st.caption("🚀 An app powered by Huggingface!")
 
20
  if "messages" not in st.session_state:
21
  st.session_state.messages = [
22
  {
 
17
 
18
  st.title("Learner Chatbot")
19
  st.caption("🚀 An app powered by Huggingface!")
20
+ st.caption("Build by piyush lamsoge")
21
  if "messages" not in st.session_state:
22
  st.session_state.messages = [
23
  {