Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -72,7 +72,8 @@ def handle_query(query):
|
|
72 |
|
73 |
# Streamlit app initialization
|
74 |
st.title("Chat with your PDF📄")
|
75 |
-
st.markdown("Built by [
|
|
|
76 |
st.markdown("chat here👇")
|
77 |
|
78 |
if 'messages' not in st.session_state:
|
|
|
72 |
|
73 |
# Streamlit app initialization
|
74 |
st.title("Chat with your PDF📄")
|
75 |
+
st.markdown("Built by [Saranya
|
76 |
+
❤️](https://github.com/theSuriya)")
|
77 |
st.markdown("chat here👇")
|
78 |
|
79 |
if 'messages' not in st.session_state:
|