142097b
1
2
3
4
5
import streamlit as st #App UI starts here st.set_page_config(page_title="QnA app with LangChain and OpenAI", page_icon=":robot:") st.header("Question and Answering App")