Digital-At-Work-Christopher commited on
Commit
800c8c2
·
1 Parent(s): 2ce20eb

Update streamlit_app.py

Browse files
Files changed (1) hide show
  1. 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) - Demo - Digital@Work")
226
- st.subheader("Upload a PDF, ask questions, get insights.")
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"),