Commit
·
2ce20eb
1
Parent(s):
201f432
Update streamlit_app.py
Browse files- streamlit_app.py +1 -1
streamlit_app.py
CHANGED
@@ -222,7 +222,7 @@ with st.sidebar:
|
|
222 |
on_click=clear_memory,
|
223 |
help="Clear the conversational memory. Currently implemented to retrain the 4 most recent messages.")
|
224 |
|
225 |
-
st.title("Document Insights (Q/A)")
|
226 |
st.subheader("Upload a PDF, ask questions, get insights.")
|
227 |
|
228 |
uploaded_file = st.file_uploader("Upload an article",
|
|
|
222 |
on_click=clear_memory,
|
223 |
help="Clear the conversational memory. Currently implemented to retrain the 4 most recent messages.")
|
224 |
|
225 |
+
st.title("Document Insights (Q/A) - Demo - Digital@Work")
|
226 |
st.subheader("Upload a PDF, ask questions, get insights.")
|
227 |
|
228 |
uploaded_file = st.file_uploader("Upload an article",
|