Mr-Vicky-01 commited on
Commit
c6b5a0f
·
verified ·
1 Parent(s): 8bae51a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -80,8 +80,7 @@ def streamer(text):
80
 
81
  # Streamlit app initialization
82
  st.title("Chat with your PDF📄")
83
- st.markdown("Built by [Pachaiappan❤️](https://github.com/Mr-Vicky-01)")
84
- st.markdown("chat here👇")
85
 
86
  if 'messages' not in st.session_state:
87
  st.session_state.messages = [{'role': 'assistant', "content": 'Hello! Upload a PDF and ask me anything about its content.'}]
 
80
 
81
  # Streamlit app initialization
82
  st.title("Chat with your PDF📄")
83
+ st.markdown("**Built by [Pachaiappan❤️](https://github.com/Mr-Vicky-01)**")
 
84
 
85
  if 'messages' not in st.session_state:
86
  st.session_state.messages = [{'role': 'assistant', "content": 'Hello! Upload a PDF and ask me anything about its content.'}]