MatheusHRV commited on
Commit
cdb0427
1 Parent(s): fcf3944

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -11,7 +11,7 @@ from langchain.schema import (
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
 
17
 
 
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("IPE Chatbot")
15
 
16
 
17