SaranyaR commited on
Commit
ad592dc
·
verified ·
1 Parent(s): f6dee12

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
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 [Suriya❤️](https://github.com/theSuriya)")
 
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: