SaranyaR commited on
Commit
c1dd762
1 Parent(s): ad592dc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -2
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: