afiz commited on
Commit
9bb7a15
1 Parent(s): 3928f8d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -8,7 +8,7 @@ def get_answer_from_open_ai(question: str)-> str:
8
 
9
  #App UI starts here
10
  st.set_page_config(page_title="QnA app with LangChain and OpenAI", page_icon=":robot:")
11
- st.header("Question and Answering App[OpenAI Key expired]")
12
 
13
 
14
  question = st.text_input('You: ', key='input')
 
8
 
9
  #App UI starts here
10
  st.set_page_config(page_title="QnA app with LangChain and OpenAI", page_icon=":robot:")
11
+ st.header("Question and Answering App")
12
 
13
 
14
  question = st.text_input('You: ', key='input')