Spaces:
Running
Running
Update app.py
Browse files
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'] = []
|