qna / app.py
afiz's picture
Create app.py
142097b
raw
history blame
171 Bytes
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")