joeyanuff commited on
Commit
dd434d5
·
1 Parent(s): 6854d51
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -60,6 +60,7 @@ 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
 
64
  if "generated" not in st.session_state:
65
  st.session_state["generated"] = []
 
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.subhead("A Question-Answering demo using OpenAI, Langchain, Pinecone, Streamlit.")
64
 
65
  if "generated" not in st.session_state:
66
  st.session_state["generated"] = []