Spaces:
Running
Running
Mr-Vicky-01
commited on
Update app.py
Browse files
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]([email protected])")
|
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:[email protected])")
|
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😉"}]
|