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...
hail75
commited on
Jul 16, 2024
Commit
b884933
·
1 Parent(s):
b389212
Add application file
Browse files
Files changed (1)
hide
show
app.py
+7
-0
app.py
ADDED
Viewed
@@ -0,0 +1,7 @@
1
+
import os
2
+
3
+
import streamlit as st
4
+
from langchain.llms import openai
5
+
6
+
st.title("Chat with your data")
7
+
promt = st.text_area("Enter your prompt here", "What is the capital of France?")