Spaces:
Running
Running
Update app.py
Browse files
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.'}]
|