Spaces:
Sleeping
Sleeping
prithivMLmods
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -71,8 +71,9 @@ def handle_query(query):
|
|
71 |
|
72 |
|
73 |
# Streamlit app initialization
|
74 |
-
st.title("
|
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.'}]
|
|
|
71 |
|
72 |
|
73 |
# Streamlit app initialization
|
74 |
+
st.title("(PDF) Information and Inference🗞️")
|
75 |
+
st.markdown("Retrieval-Augmented Generation")
|
76 |
+
st.markdown("start chat ...🚀")
|
77 |
|
78 |
if 'messages' not in st.session_state:
|
79 |
st.session_state.messages = [{'role': 'assistant', "content": 'Hello! Upload a PDF and ask me anything about its content.'}]
|