MatheusHRV commited on
Commit
9af62f4
1 Parent(s): 96afccc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -9,9 +9,9 @@ from langchain.schema import (
9
  SystemMessage
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("IPE Chatbot")
15
 
16
 
17
 
 
9
  SystemMessage
10
  )
11
 
12
+ #StreamLit UI
13
  st.set_page_config(page_title="LangChain Demo", page_icon=":robot:")
14
+ st.header("Sample Chatbot")
15
 
16
 
17