zeusmadeit commited on
Commit
5ade6c6
β€’
1 Parent(s): d1459de

modified imports

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -82,13 +82,13 @@ def handle_query(query):
82
 
83
 
84
  # Streamlit app initialization
85
- st.title("PDF Chatbot - with your doc")
86
- st.markdown("Get insights from your data – just ask!πŸ‘‡")
87
 
88
  if 'messages' not in st.session_state:
89
  st.session_state.messages = [{'role': 'assistant', "content": 'Upload your pdf doc and ask me anything about it, Lets chat!!'}]
90
 
91
  with st.sidebar:
 
92
  st.markdown("**Created by [Abraham](https://www.linkedin.com/in/abraham-paul-16317a235/)**")
93
  st.title(':blue[Get Started]:')
94
  uploaded_file = st.file_uploader("Upload your PDF and Click Submit")
 
82
 
83
 
84
  # Streamlit app initialization
85
+ st.title("Get insights from your data!πŸ‘‡")
 
86
 
87
  if 'messages' not in st.session_state:
88
  st.session_state.messages = [{'role': 'assistant', "content": 'Upload your pdf doc and ask me anything about it, Lets chat!!'}]
89
 
90
  with st.sidebar:
91
+ st.markdown("## Chat with your Doc")
92
  st.markdown("**Created by [Abraham](https://www.linkedin.com/in/abraham-paul-16317a235/)**")
93
  st.title(':blue[Get Started]:')
94
  uploaded_file = st.file_uploader("Upload your PDF and Click Submit")