joeyanuff commited on
Commit
9e9cc4c
·
1 Parent(s): 059567e

for the moment

Browse files
Files changed (1) hide show
  1. app.py +1 -2
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```, which is currently only written
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: