joeyanuff commited on
Commit
059567e
·
1 Parent(s): a58bda5
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -61,7 +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 <code>SelfQueryRetriever</code>, which is currently only written
65
  for LangChain's Python codebase.
66
  '''
67
 
 
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