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?")