Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -72,8 +72,6 @@ def handle_query(query):
|
|
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:
|
|
|
72 |
|
73 |
# Streamlit app initialization
|
74 |
st.title("Chat with your PDF📄")
|
|
|
|
|
75 |
st.markdown("chat here👇")
|
76 |
|
77 |
if 'messages' not in st.session_state:
|