chatbot / app.py
hail75's picture
Add application file
b884933
raw
history blame
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?")