Update app.py
Browse files
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
|
| 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')
|