Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -72,7 +72,7 @@ def handle_query(query):
|
|
72 |
# Streamlit app initialization
|
73 |
st.title("Chat with your PDF 🦜📄")
|
74 |
st.markdown("Built by [Suriya❤️](https://github.com/theSuriya)")
|
75 |
-
st.markdown("
|
76 |
|
77 |
if 'messages' not in st.session_state:
|
78 |
st.session_state.messages = [{'role': 'assistant', "content": 'Hello! Upload a PDF and ask me anything about its content.'}]
|
|
|
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:
|
78 |
st.session_state.messages = [{'role': 'assistant', "content": 'Hello! Upload a PDF and ask me anything about its content.'}]
|