Update app.py
Browse files
app.py
CHANGED
@@ -37,7 +37,7 @@ with st.sidebar:
|
|
37 |
|
38 |
with st.expander("Set Content and Context"):
|
39 |
|
40 |
-
agent_config.
|
41 |
|
42 |
# Create a page with tabs
|
43 |
tabs = st.tabs(["Chat","User Description"])
|
|
|
37 |
|
38 |
with st.expander("Set Content and Context"):
|
39 |
|
40 |
+
agent_config.content_and_context()
|
41 |
|
42 |
# Create a page with tabs
|
43 |
tabs = st.tabs(["Chat","User Description"])
|