Jayavathsan commited on
Commit
72d5f93
·
1 Parent(s): 5a2c6be

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
  # From here down is all the StreamLit UI.
12
  st.set_page_config(page_title="LangChain Demo", page_icon=":robot:")
13
- st.header("Hey, I'm your Chat GPT")
14
 
15
 
16
 
 
10
 
11
  # From here down is all the StreamLit UI.
12
  st.set_page_config(page_title="LangChain Demo", page_icon=":robot:")
13
+ st.header("Hey, I'm your ChatAI")
14
 
15
 
16