Tharun Gajula commited on
Commit
6ea9636
·
1 Parent(s): e096ff1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -10,7 +10,7 @@ from langchain.schema import (
10
  )
11
 
12
  # From here down is all the StreamLit UI.
13
- st.set_page_config(page_title="LangChain Demo", page_icon=":robot:")
14
  st.header("Hey, I'm your Chat GPT")
15
 
16
 
 
10
  )
11
 
12
  # From here down is all the StreamLit UI.
13
+ st.set_page_config(page_title="Langchain Prototype", page_icon=":robot:")
14
  st.header("Hey, I'm your Chat GPT")
15
 
16