Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
hail75
/
chatbot
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
8b3c6d8
chatbot
/
app.py
hail75
Add application file
b884933
8 months ago
raw
Copy download link
history
blame
Safe
181 Bytes
import
os
import
streamlit
as
st
from
langchain.llms
import
openai
st.title(
"Chat with your data"
)
promt = st.text_area(
"Enter your prompt here"
,
"What is the capital of France?"
)