Spaces:
Sleeping
Sleeping
Update src/streamlit_app.py
Browse files- 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("π
|
| 27 |
-
st.caption("
|
| 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
|