suvankarmaity commited on
Commit
e595afe
·
verified ·
1 Parent(s): 3786e6f

Upload app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -25,8 +25,8 @@ def load_answer(question):
25
 
26
 
27
  #App UI starts here
28
- st.set_page_config(page_title="LangChain Question Answer App", page_icon=":robot:")
29
- st.header("LangChain Question Answer App")
30
 
31
  #Gets the user input
32
  def get_text():
 
25
 
26
 
27
  #App UI starts here
28
+ st.set_page_config(page_title="LangChain Demo", page_icon=":robot:")
29
+ st.header("LangChain Demo")
30
 
31
  #Gets the user input
32
  def get_text():