suriya7 commited on
Commit
d8ad835
1 Parent(s): 88eb1fc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -65,6 +65,7 @@ def conversational_chat(query):
65
 
66
  st.title("Chat Bot:")
67
  st.text("I am CRETA Your Friendly Assitant")
 
68
 
69
  if 'history' not in st.session_state:
70
  st.session_state['history'] = []
 
65
 
66
  st.title("Chat Bot:")
67
  st.text("I am CRETA Your Friendly Assitant")
68
+ st.markdown("Built by [Suriya❤️](https://github.com/theSuriya)")
69
 
70
  if 'history' not in st.session_state:
71
  st.session_state['history'] = []