avinashmhto commited on
Commit
f8ecee8
·
1 Parent(s): 2f2e7e4

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="my ChatGPT", 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="my ChatGPT", page_icon=":robot:")
14
+ st.header("Hey, I'm your Skynet GPT")
15
 
16
 
17