mohith96 commited on
Commit
695c334
Β·
verified Β·
1 Parent(s): fb56984

Update src/streamlit_app.py

Browse files
Files changed (1) hide show
  1. src/streamlit_app.py +2 -2
src/streamlit_app.py CHANGED
@@ -23,8 +23,8 @@ st.set_page_config(
23
  layout="wide"
24
  )
25
 
26
- st.title("πŸ“š Autonomous Research Agent")
27
- st.caption("Decompose β†’ Search β†’ Filter β†’ Synthesize. No fluff.")
28
 
29
  # =============================
30
  # STATE
 
23
  layout="wide"
24
  )
25
 
26
+ st.title("πŸ“š Research Agent")
27
+ st.caption("A general purpose research agent that will break down the input query into sub queries and perform iterative search in order to generate an ideal output")
28
 
29
  # =============================
30
  # STATE