Mr-Vicky-01 commited on
Commit
993440b
1 Parent(s): 30e6897

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -58,7 +58,7 @@ with st.sidebar:
58
  st.write("")
59
  st.subheader("Build By:")
60
  st.write("[Pachaiappan❤️](https://github.com/Mr-Vicky-01)")
61
- st.write("contact: [Email](pachaiappan1102@gamil.com)")
62
 
63
  if 'messages' not in st.session_state:
64
  st.session_state.messages = [{'role': 'assistant', 'content': "I'm Here to help your programming realted questions😉"}]
 
58
  st.write("")
59
  st.subheader("Build By:")
60
  st.write("[Pachaiappan❤️](https://github.com/Mr-Vicky-01)")
61
+ st.write("contact: [Email](mailto:pachaiappan1102@gamil.com)")
62
 
63
  if 'messages' not in st.session_state:
64
  st.session_state.messages = [{'role': 'assistant', 'content': "I'm Here to help your programming realted questions😉"}]