suvankarmaity commited on
Commit
fa34948
1 Parent(s): 8aaa5db

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -20,7 +20,7 @@ from langchain.schema import (
20
 
21
  # From here down is all the StreamLit UI
22
  st.set_page_config(page_title="LangChain Demo", page_icon=":robot:")
23
- st.header("Hey, I'm your Chat GPT")
24
 
25
 
26
 
 
20
 
21
  # From here down is all the StreamLit UI
22
  st.set_page_config(page_title="LangChain Demo", page_icon=":robot:")
23
+ st.header("Hey, I'm your PERSONAL GPT")
24
 
25
 
26