Spaces:
Runtime error
Runtime error
blockquote
Browse files
app.py
CHANGED
@@ -60,8 +60,8 @@ chain = load_chain()
|
|
60 |
st.set_page_config(page_title="Impromptu GPT", page_icon=":robot:")
|
61 |
st.header("Impromptu GPT")
|
62 |
'''
|
63 |
-
A secondary UI written
|
64 |
-
new ```SelfQueryRetriever```,
|
65 |
'''
|
66 |
|
67 |
if "generated" not in st.session_state:
|
|
|
60 |
st.set_page_config(page_title="Impromptu GPT", page_icon=":robot:")
|
61 |
st.header("Impromptu GPT")
|
62 |
'''
|
63 |
+
> A secondary UI written in Python, testing LangChain's
|
64 |
+
new ```SelfQueryRetriever```, currently a Python-only component.
|
65 |
'''
|
66 |
|
67 |
if "generated" not in st.session_state:
|