taimoor61 commited on
Commit
18be5f3
·
1 Parent(s): 1e26e8a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -19,7 +19,7 @@ def get_openai_response(question):
19
 
20
 
21
  st.set_page_config(page_title="Enhanced Q&A Demo")
22
- st.header("Langchain App")
23
 
24
  input_text = st.text_input("Ask me anything:", key="input")
25
  submit_button = st.button("Get Answer")
 
19
 
20
 
21
  st.set_page_config(page_title="Enhanced Q&A Demo")
22
+ st.header("Xoxo-Langchain App")
23
 
24
  input_text = st.text_input("Ask me anything:", key="input")
25
  submit_button = st.button("Get Answer")