analyticsbyte commited on
Commit
275fa57
·
verified ·
1 Parent(s): 98b7d48

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -20,7 +20,8 @@ def get_openai_response(question):
20
 
21
  st.set_page_config(page_title="Q&A Demo")
22
 
23
- st.header("Langchain Application")
 
24
 
25
  input=st.text_input("Input: ",key="input")
26
  response=get_openai_response(input)
 
20
 
21
  st.set_page_config(page_title="Q&A Demo")
22
 
23
+ st.title("GenAI Q&A Bot...💁 ")
24
+ st.subheader(" Hi, I am Fareha , ask me anything ")
25
 
26
  input=st.text_input("Input: ",key="input")
27
  response=get_openai_response(input)