Commit
·
800c8c2
1
Parent(s):
2ce20eb
Update streamlit_app.py
Browse files- streamlit_app.py +2 -2
streamlit_app.py
CHANGED
@@ -222,8 +222,8 @@ 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("
|
227 |
|
228 |
uploaded_file = st.file_uploader("Upload an article",
|
229 |
type=("pdf", "txt"),
|
|
|
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("Demo - Digital@Work")
|
227 |
|
228 |
uploaded_file = st.file_uploader("Upload an article",
|
229 |
type=("pdf", "txt"),
|