Spaces:
Runtime error
Runtime error
Markdown edit
Browse files
app.py
CHANGED
@@ -60,12 +60,8 @@ chain = load_chain()
|
|
60 |
# From here down is all the StreamLit UI.
|
61 |
st.set_page_config(page_title="Impromptu GPT", page_icon=":robot:")
|
62 |
st.header("Impromptu GPT")
|
63 |
-
st.subheader("A LangChain demo")
|
64 |
-
|
65 |
'''
|
66 |
### LangChain: SelfQueryRetriever + RetrievalQA
|
67 |
-
|
68 |
-
This is some _markdown_.
|
69 |
'''
|
70 |
|
71 |
if "generated" not in st.session_state:
|
|
|
60 |
# From here down is all the StreamLit UI.
|
61 |
st.set_page_config(page_title="Impromptu GPT", page_icon=":robot:")
|
62 |
st.header("Impromptu GPT")
|
|
|
|
|
63 |
'''
|
64 |
### LangChain: SelfQueryRetriever + RetrievalQA
|
|
|
|
|
65 |
'''
|
66 |
|
67 |
if "generated" not in st.session_state:
|