joeyanuff commited on
Commit
5e9424d
·
1 Parent(s): 9e9cc4c

blockquote

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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 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:
 
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: