Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
afiz
/
qna
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
142097b
qna
/
app.py
afiz
Create app.py
142097b
over 1 year ago
raw
Copy download link
history
blame
Safe
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"
)