Mr-Vicky-01 commited on
Commit
0b805c3
1 Parent(s): fbe3bfa

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -71,7 +71,7 @@ def handle_query(query):
71
 
72
  # Streamlit app initialization
73
  st.title("Chat with your PDF 🦜📄")
74
- st.markdown("Built by [Suriya❤️](https://github.com/theSuriya)")
75
  st.markdown("chat here👇")
76
 
77
  if 'messages' not in st.session_state:
 
71
 
72
  # Streamlit app initialization
73
  st.title("Chat with your PDF 🦜📄")
74
+ st.markdown("Built by [Pachaiappan❤️](https://github.com/Mr-Vicky-01)")
75
  st.markdown("chat here👇")
76
 
77
  if 'messages' not in st.session_state: