Spaces:
Sleeping
Sleeping
zeusmadeit
commited on
Commit
β’
5ade6c6
1
Parent(s):
d1459de
modified imports
Browse files
app.py
CHANGED
@@ -82,13 +82,13 @@ def handle_query(query):
|
|
82 |
|
83 |
|
84 |
# Streamlit app initialization
|
85 |
-
st.title("
|
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")
|