Spaces:
Runtime error
Runtime error
for the moment
Browse files
app.py
CHANGED
@@ -61,8 +61,7 @@ st.set_page_config(page_title="Impromptu GPT", page_icon=":robot:")
|
|
61 |
st.header("Impromptu GPT")
|
62 |
'''
|
63 |
A secondary UI written entirely in Python, so as to use LangChain's
|
64 |
-
new ```SelfQueryRetriever```,
|
65 |
-
for LangChain's Python codebase.
|
66 |
'''
|
67 |
|
68 |
if "generated" not in st.session_state:
|
|
|
61 |
st.header("Impromptu GPT")
|
62 |
'''
|
63 |
A secondary UI written entirely in Python, so as to use LangChain's
|
64 |
+
new ```SelfQueryRetriever```, for the moment a Python-only component.
|
|
|
65 |
'''
|
66 |
|
67 |
if "generated" not in st.session_state:
|