gutai123 commited on
Commit
77899fe
·
verified ·
1 Parent(s): bf7c01a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -16,7 +16,7 @@ from langchain.schema import (
16
 
17
  # From here down is all the StreamLit UI
18
  st.set_page_config(page_title="LangChain Demo", page_icon=":robot:")
19
- st.header("Hey, I'm your Chat GPT")
20
 
21
 
22
 
@@ -49,7 +49,7 @@ chat = ChatOpenAI(temperature=0)
49
 
50
 
51
  user_input=get_text()
52
- submit = st.button('Generate')
53
 
54
  if submit:
55
 
 
16
 
17
  # From here down is all the StreamLit UI
18
  st.set_page_config(page_title="LangChain Demo", page_icon=":robot:")
19
+ st.header("DIBYAJYOTI'S PERSONAL GPT ASSISTANT")
20
 
21
 
22
 
 
49
 
50
 
51
  user_input=get_text()
52
+ submit = st.button('CLICK HERE TO GET YOUR RESPONSE')
53
 
54
  if submit:
55