Spaces:
Sleeping
Sleeping
lakshmivairamani
commited on
Commit
•
b9a047c
1
Parent(s):
a223b97
Update app.py
Browse files
app.py
CHANGED
@@ -70,8 +70,8 @@ def handle_query(query):
|
|
70 |
|
71 |
|
72 |
# Streamlit app initialization
|
73 |
-
st.title("Chat
|
74 |
-
st.markdown("Built by [Suriya❤️](https://github.com/theSuriya)")
|
75 |
st.markdown("chat here👇")
|
76 |
|
77 |
if 'messages' not in st.session_state:
|
|
|
70 |
|
71 |
|
72 |
# Streamlit app initialization
|
73 |
+
st.title("Chat Engine - static 📄")
|
74 |
+
#st.markdown("Built by [Suriya❤️](https://github.com/theSuriya)")
|
75 |
st.markdown("chat here👇")
|
76 |
|
77 |
if 'messages' not in st.session_state:
|